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."],[[["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}\"."]]],[]]