Infrastructure Manager v1 API - Class GetDeploymentRequest (1.3.0)

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

Inheritance

object > GetDeploymentRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.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 name of the deployment. Format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Property Value
TypeDescription
string