Class: Google::Apis::CesV1::CloudLoggingSettings

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

Overview

Settings to describe the Cloud Logging behaviors for the app.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudLoggingSettings

Returns a new instance of CloudLoggingSettings.



1806
1807
1808
# File 'lib/google/apis/ces_v1/classes.rb', line 1806

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

Instance Attribute Details

#enable_cloud_loggingBoolean Also known as: enable_cloud_logging?

Optional. Whether to enable Cloud Logging for the sessions. Corresponds to the JSON property enableCloudLogging

Returns:

  • (Boolean)


1803
1804
1805
# File 'lib/google/apis/ces_v1/classes.rb', line 1803

def enable_cloud_logging
  @enable_cloud_logging
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1811
1812
1813
# File 'lib/google/apis/ces_v1/classes.rb', line 1811

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