Cloud Shell v1 API - Class GetEnvironmentRequest (2.4.0)

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

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

Request message for [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].

Inheritance

object > GetEnvironmentRequest

Namespace

Google.Cloud.Shell.V1

Assembly

Google.Cloud.Shell.V1.dll

Constructors

GetEnvironmentRequest()

public GetEnvironmentRequest()

GetEnvironmentRequest(GetEnvironmentRequest)

public GetEnvironmentRequest(GetEnvironmentRequest other)
Parameter
NameDescription
otherGetEnvironmentRequest

Properties

EnvironmentName

public EnvironmentName EnvironmentName { get; set; }

EnvironmentName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string