public sealed class CreateDeploymentRequest : IMessage<CreateDeploymentRequest>, IEquatable<CreateDeploymentRequest>, IDeepCloneable<CreateDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Workspace Add-ons v1 API class CreateDeploymentRequest.
Request message to create a deployment.
Implements
IMessageCreateDeploymentRequest, IEquatableCreateDeploymentRequest, IDeepCloneableCreateDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GSuiteAddOns.V1Assembly
Google.Cloud.GSuiteAddOns.V1.dll
Constructors
CreateDeploymentRequest()
public CreateDeploymentRequest()
CreateDeploymentRequest(CreateDeploymentRequest)
public CreateDeploymentRequest(CreateDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateDeploymentRequest |
Properties
Deployment
public Deployment Deployment { get; set; }
Required. The deployment to create (deployment.name cannot be set).
Property Value | |
---|---|
Type | Description |
Deployment |
DeploymentId
public string DeploymentId { get; set; }
Required. The id to use for this deployment. The full name of the created
resource will be projects/<project_number>/deployments/<deployment_id>
.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Name of the project in which to create the deployment.
Example: projects/my_project
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |