Class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileExtensionInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb

Overview

Information regarding the discovered file extension.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2FileExtensionInfo

Returns a new instance of GooglePrivacyDlpV2FileExtensionInfo.



4684
4685
4686
# File 'lib/google/apis/dlp_v2/classes.rb', line 4684

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#file_extensionString

The file extension if set. (aka .pdf, .jpg, .txt) Corresponds to the JSON property fileExtension

Returns:

  • (String)


4682
4683
4684
# File 'lib/google/apis/dlp_v2/classes.rb', line 4682

def file_extension
  @file_extension
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4689
4690
4691
# File 'lib/google/apis/dlp_v2/classes.rb', line 4689

def update!(**args)
  @file_extension = args[:file_extension] if args.key?(:file_extension)
end