public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Shell v1 API class GetEnvironmentRequest.
Request message for [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
Implements
IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Shell.V1Assembly
Google.Cloud.Shell.V1.dll
Constructors
GetEnvironmentRequest()
public GetEnvironmentRequest()GetEnvironmentRequest(GetEnvironmentRequest)
public GetEnvironmentRequest(GetEnvironmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEnvironmentRequest |
Properties
EnvironmentName
public EnvironmentName EnvironmentName { get; set; }EnvironmentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EnvironmentName |
|
Name
public string Name { get; set; }Required. Name of the requested resource, for example users/me/environments/default
or users/someone@example.com/environments/default.
| Property Value | |
|---|---|
| Type | Description |
String |
|