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."],[[["The latest version available is 2.9.0, with other versions ranging down to 1.0.0 accessible via provided links."],["`CreateEnvironmentRequest` is a class used to initiate the creation of a new environment, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors: a default constructor `CreateEnvironmentRequest()` and another `CreateEnvironmentRequest(CreateEnvironmentRequest other)` which takes another instance of itself."],["The `CreateEnvironmentRequest` class has two main properties: `Environment`, of type `Environment`, which defines the environment to be created and `Parent`, a string representing the parent in the format \"projects/{projectId}/locations/{locationId}\"."]]],[]]