Google Workspace Add-ons v1 API - Class GetDeploymentRequest (2.3.0)

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

Reference documentation and code samples for the Google Workspace Add-ons v1 API class GetDeploymentRequest.

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