Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedDlpMetricsMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedDlpMetricsMetadata

Returns a new instance of AppsDynamiteSharedDlpMetricsMetadata.



1660
1661
1662
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1660

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

Instance Attribute Details

#dlp_statusString

[required] Describes the DLP status of message send and attachment upload events. Corresponds to the JSON property dlpStatus

Returns:

  • (String)


1658
1659
1660
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1658

def dlp_status
  @dlp_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1665
1666
1667
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1665

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