Class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileClusterType
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2FileClusterType
- 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
Message used to identify file cluster type being profiled.
Instance Attribute Summary collapse
-
#cluster ⇒ String
Cluster type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2FileClusterType
constructor
A new instance of GooglePrivacyDlpV2FileClusterType.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2FileClusterType
Returns a new instance of GooglePrivacyDlpV2FileClusterType.
4666 4667 4668 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 4666 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cluster ⇒ String
Cluster type.
Corresponds to the JSON property cluster
4664 4665 4666 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 4664 def cluster @cluster end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4671 4672 4673 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 4671 def update!(**args) @cluster = args[:cluster] if args.key?(:cluster) end |