public sealed class StartEnvironmentResponse : IMessage<StartEnvironmentResponse>, IEquatable<StartEnvironmentResponse>, IDeepCloneable<StartEnvironmentResponse>, IBufferMessage, IMessage
Message included in the response field of operations returned from [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment] once the operation is complete.
Implements
IMessage<StartEnvironmentResponse>, IEquatable<StartEnvironmentResponse>, IDeepCloneable<StartEnvironmentResponse>, 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 |