class Google::Apis::CloudshellV1::StartEnvironmentMetadata

Message included in the metadata field of operations returned from StartEnvironment.

Attributes

state[RW]

Current state of the environment being started. Corresponds to the JSON property `state` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudshell_v1/classes.rb, line 424
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudshell_v1/classes.rb, line 429
def update!(**args)
  @state = args[:state] if args.key?(:state)
end