public sealed class CreateDeploymentRequest : IMessage<CreateDeploymentRequest>, IEquatable<CreateDeploymentRequest>, IDeepCloneable<CreateDeploymentRequest>, IBufferMessage, IMessage
Required. The id to use for this deployment. The full name of the created
resource will be projects/<project_number>/deployments/<deployment_id>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `CreateDeploymentRequest` class within the `Google.Cloud.GSuiteAddOns.V1` namespace, specifically version 2.0.0 of the library."],["The `CreateDeploymentRequest` class is used to send a request to create a new deployment, and it inherits from the base `Object` class, while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Deployment`, `DeploymentId`, `Parent`, and `ParentAsProjectName`, which are used to specify the deployment details, including the ID, project, and name."],["The page details two constructors available for this class, one of which takes in another `CreateDeploymentRequest` object, and the other is a default constructor."],["The version history for the `CreateDeploymentRequest` is listed on this page, ranging from version 1.0.0 up to the latest 2.4.0."]]],[]]