class Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType

Type of information detected by the API.

Attributes

name[RW]

Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at cloud.google.com/dlp/ docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A- Za-z0-9$-_]`1,64“. Corresponds to the JSON property `name` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 2949
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dlp_v2/classes.rb, line 2954
def update!(**args)
  @name = args[:name] if args.key?(:name)
end