Class: Google::Apis::CesV1::DataStoreSettings
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::DataStoreSettings
- 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
Data store related settings for the app.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataStoreSettings
constructor
A new instance of DataStoreSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DataStoreSettings
Returns a new instance of DataStoreSettings.
2171 2172 2173 |
# File 'lib/google/apis/ces_v1/classes.rb', line 2171 def initialize(**args) update!(**args) end |
Instance Attribute Details
#engines ⇒ Array<Google::Apis::CesV1::DataStoreSettingsEngine>
Output only. The engines for the app.
Corresponds to the JSON property engines
2169 2170 2171 |
# File 'lib/google/apis/ces_v1/classes.rb', line 2169 def engines @engines end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2176 2177 2178 |
# File 'lib/google/apis/ces_v1/classes.rb', line 2176 def update!(**args) @engines = args[:engines] if args.key?(:engines) end |