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.
2004 2005 2006 |
# File 'lib/google/apis/ces_v1/classes.rb', line 2004 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
2002 2003 2004 |
# File 'lib/google/apis/ces_v1/classes.rb', line 2002 def engines @engines end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2009 2010 2011 |
# File 'lib/google/apis/ces_v1/classes.rb', line 2009 def update!(**args) @engines = args[:engines] if args.key?(:engines) end |