public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
[[["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 document outlines the `CreateEnvironmentRequest` class within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace, which is used to create new environments."],["The `CreateEnvironmentRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor, `CreateEnvironmentRequest()`, and one that takes another `CreateEnvironmentRequest` instance as a parameter."],["The class contains two properties, `Environment` of type `Environment` and `Parent` of type `String`, representing the environment to create and the project and location where it will be created respectively."],["The latest documented version is 2.9.0, with versions ranging from 2.0.0 up to 2.9.0, as well as version 1.0.0, being represented."]]],[]]