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.



1639
1640
1641
# File 'lib/google/apis/ces_v1/classes.rb', line 1639

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)


1636
1637
1638
# File 'lib/google/apis/ces_v1/classes.rb', line 1636

def enable_cloud_logging
  @enable_cloud_logging
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1644
1645
1646
# File 'lib/google/apis/ces_v1/classes.rb', line 1644

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