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.
Implements
IMessageStartEnvironmentResponse, IEquatableStartEnvironmentResponse, IDeepCloneableStartEnvironmentResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Shell.V1Assembly
Google.Cloud.Shell.V1.dll
Constructors
StartEnvironmentResponse()
public StartEnvironmentResponse()
StartEnvironmentResponse(StartEnvironmentResponse)
public StartEnvironmentResponse(StartEnvironmentResponse other)
Parameter | |
---|---|
Name | Description |
other |
StartEnvironmentResponse |
Properties
Environment
public Environment Environment { get; set; }
Environment that was started.
Property Value | |
---|---|
Type | Description |
Environment |