Class GetDeploymentRequest (1.0.0)

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

Request message to get a deployment.

Inheritance

Object > GetDeploymentRequest

Namespace

Google.Cloud.GSuiteAddOns.V1

Assembly

Google.Cloud.GSuiteAddOns.V1.dll

Constructors

GetDeploymentRequest()

public GetDeploymentRequest()

GetDeploymentRequest(GetDeploymentRequest)

public GetDeploymentRequest(GetDeploymentRequest other)
Parameter
NameDescription
otherGetDeploymentRequest

Properties

DeploymentName

public DeploymentName DeploymentName { get; set; }

DeploymentName-typed view over the Name resource name property.

Property Value
TypeDescription
DeploymentName

Name

public string Name { get; set; }

Required. The full resource name of the deployment to get.

Example: projects/my_project/deployments/my_deployment.

Property Value
TypeDescription
String