Class: Google::Apis::CesV1::CloudLoggingSettings
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::CloudLoggingSettings
- 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
-
#enable_cloud_logging ⇒ Boolean
(also: #enable_cloud_logging?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudLoggingSettings
constructor
A new instance of CloudLoggingSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_logging ⇒ Boolean Also known as: enable_cloud_logging?
Optional. Whether to enable Cloud Logging for the sessions.
Corresponds to the JSON property enableCloudLogging
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 |