public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class CreateEnvironmentRequest.
[[["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 webpage provides reference documentation for the `CreateEnvironmentRequest` class within the Cloud Composer v1 API, specifically for version 2.4.0."],["The `CreateEnvironmentRequest` class is used to create new environments and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page includes a list of links to documentation for previous versions, with the latest being version 2.9.0, and the documentation for versions ranging from 2.0.0 up to 2.9.0."],["The class has properties such as `Environment` (of type `Environment`) and `Parent` (of type `string`), as well as two constructors: one default and one that accepts another `CreateEnvironmentRequest` object."]]],[]]