Cloud Shell v1 API - Class StartEnvironmentResponse (2.2.0)

public sealed class StartEnvironmentResponse : IMessage<StartEnvironmentResponse>, IEquatable<StartEnvironmentResponse>, IDeepCloneable<StartEnvironmentResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Shell v1 API class StartEnvironmentResponse.

Message included in the response field of operations returned from [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment] once the operation is complete.

Inheritance

Object > StartEnvironmentResponse

Namespace

Google.Cloud.Shell.V1

Assembly

Google.Cloud.Shell.V1.dll

Constructors

StartEnvironmentResponse()

public StartEnvironmentResponse()

StartEnvironmentResponse(StartEnvironmentResponse)

public StartEnvironmentResponse(StartEnvironmentResponse other)
Parameter
NameDescription
otherStartEnvironmentResponse

Properties

Environment

public Environment Environment { get; set; }

Environment that was started.

Property Value
TypeDescription
Environment