public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessageRequest message to get a deployment.
Implements
IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.GSuiteAddOns.V1Assembly
Google.Cloud.GSuiteAddOns.V1.dll
Constructors
GetDeploymentRequest()
public GetDeploymentRequest()GetDeploymentRequest(GetDeploymentRequest)
public GetDeploymentRequest(GetDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDeploymentRequest |
Properties
DeploymentName
public DeploymentName DeploymentName { get; set; }DeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|