Class: Google::Apis::CloudsearchV1::AddOnStartingState
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AddOnStartingState
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Starting state properties for add-on co-activity.
Instance Attribute Summary collapse
-
#add_on_frame_starting_states ⇒ Hash<String,Google::Apis::CloudsearchV1::AddOnFrameStartingState>
List of starting state frames for the add-on co-activity.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddOnStartingState
constructor
A new instance of AddOnStartingState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AddOnStartingState
Returns a new instance of AddOnStartingState.
255 256 257 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 255 def initialize(**args) update!(**args) end |
Instance Attribute Details
#add_on_frame_starting_states ⇒ Hash<String,Google::Apis::CloudsearchV1::AddOnFrameStartingState>
List of starting state frames for the add-on co-activity. Keys for this map
are the values of the AddOnFrameType enum.
Corresponds to the JSON property addOnFrameStartingStates
253 254 255 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 253 def add_on_frame_starting_states @add_on_frame_starting_states end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
260 261 262 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 260 def update!(**args) @add_on_frame_starting_states = args[:add_on_frame_starting_states] if args.key?(:add_on_frame_starting_states) end |