class Google::Apis::CloudshellV1::StartEnvironmentResponse
Message included in the response field of operations returned from StartEnvironment once the operation is complete.
Attributes
environment[RW]
A Cloud Shell environment, which is defined as the combination of a Docker image specifying what is installed on the environment and a home directory containing the user's data that will remain across sessions. Each user has at least an environment with the ID “default”. Corresponds to the JSON property `environment` @return [Google::Apis::CloudshellV1::Environment]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudshell_v1/classes.rb, line 475 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 480 def update!(**args) @environment = args[:environment] if args.key?(:environment) end