Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedDlpMetricsMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedDlpMetricsMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
LINT.IfChange
Instance Attribute Summary collapse
-
#dlp_status ⇒ String
[required] Describes the DLP status of message send and attachment upload events.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedDlpMetricsMetadata
constructor
A new instance of AppsDynamiteSharedDlpMetricsMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedDlpMetricsMetadata
Returns a new instance of AppsDynamiteSharedDlpMetricsMetadata.
2242 2243 2244 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2242 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dlp_status ⇒ String
[required] Describes the DLP status of message send and attachment upload
events.
Corresponds to the JSON property dlpStatus
2240 2241 2242 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2240 def dlp_status @dlp_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2247 2248 2249 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2247 def update!(**args) @dlp_status = args[:dlp_status] if args.key?(:dlp_status) end |