Class: Google::Apis::CloudshellV1::StartEnvironmentMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudshellV1::StartEnvironmentMetadata
- Defined in:
- generated/google/apis/cloudshell_v1/classes.rb,
generated/google/apis/cloudshell_v1/representations.rb,
generated/google/apis/cloudshell_v1/representations.rb
Overview
Message included in the metadata field of operations returned from StartEnvironment.
Instance Attribute Summary collapse
-
#state ⇒ String
Current state of the environment being started.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StartEnvironmentMetadata
constructor
A new instance of StartEnvironmentMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ StartEnvironmentMetadata
Returns a new instance of StartEnvironmentMetadata
302 303 304 |
# File 'generated/google/apis/cloudshell_v1/classes.rb', line 302 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Current state of the environment being started.
Corresponds to the JSON property state
300 301 302 |
# File 'generated/google/apis/cloudshell_v1/classes.rb', line 300 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
307 308 309 |
# File 'generated/google/apis/cloudshell_v1/classes.rb', line 307 def update!(**args) @state = args[:state] if args.key?(:state) end |