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."],[[["The latest version available for the `CreateEnvironmentRequest` class is 2.9.0, as indicated in the provided documentation."],["This class, `CreateEnvironmentRequest`, is part of the Google.Cloud.Orchestration.Airflow.Service.V1 namespace and is used to create new environments within Cloud Composer."],["The `CreateEnvironmentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one, `CreateEnvironmentRequest()`, and one that takes another `CreateEnvironmentRequest` object as a parameter for copying."],["The class contains two important properties: `Environment`, which is of type `Environment`, and `Parent`, a string that represents the parent resource in the format \"projects/{projectId}/locations/{locationId}\"."]]],[]]