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."],[[["\u003cp\u003eThe latest version available is 2.9.0, with other versions ranging down to 1.0.0 accessible via provided links.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateEnvironmentRequest\u003c/code\u003e is a class used to initiate the creation of a new environment, and it implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers two constructors: a default constructor \u003ccode\u003eCreateEnvironmentRequest()\u003c/code\u003e and another \u003ccode\u003eCreateEnvironmentRequest(CreateEnvironmentRequest other)\u003c/code\u003e which takes another instance of itself.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateEnvironmentRequest\u003c/code\u003e class has two main properties: \u003ccode\u003eEnvironment\u003c/code\u003e, of type \u003ccode\u003eEnvironment\u003c/code\u003e, which defines the environment to be created and \u003ccode\u003eParent\u003c/code\u003e, a string representing the parent in the format "projects/{projectId}/locations/{locationId}".\u003c/p\u003e\n"]]],[],null,[]]