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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]