Class: Google::Apis::CloudshellV1::StartEnvironmentMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudshellV1::StartEnvironmentMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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.
Constructor Details
#initialize(**args) ⇒ StartEnvironmentMetadata
Returns a new instance of StartEnvironmentMetadata.
423 424 425 |
# File 'generated/google/apis/cloudshell_v1/classes.rb', line 423 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Current state of the environment being started.
Corresponds to the JSON property state
421 422 423 |
# File 'generated/google/apis/cloudshell_v1/classes.rb', line 421 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
428 429 430 |
# File 'generated/google/apis/cloudshell_v1/classes.rb', line 428 def update!(**args) @state = args[:state] if args.key?(:state) end |