Class CreateDeploymentRequest (0.3.7)

CreateDeploymentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message to create a deployment.

Attributes

NameDescription
parent str
Required. Name of the project in which to create the deployment. Example: projects/my_project.
deployment_id str
Required. The id to use for this deployment. The full name of the created resource will be projects/.
deployment google.cloud.gsuiteaddons_v1.types.Deployment
Required. The deployment to create (deployment.name cannot be set).