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 webpage provides documentation for the `CreateEnvironmentRequest` class within the `Google.Cloud.Dataplex.V1` namespace, outlining its purpose and usage in creating environment resources."],["The `CreateEnvironmentRequest` class, part of the Google Cloud Dataplex V1 library, is used to construct requests for environment creation and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.6.0, with many previous versions going all the way back to 1.0.0, all of which are available for reference on this page."],["Key properties for `CreateEnvironmentRequest` include `Environment`, `EnvironmentId`, `Parent`, `ParentAsLakeName`, and `ValidateOnly`, each with specific requirements and data types such as string, boolean, and custom classes."],["This document highlights the required constructor parameters for `CreateEnvironmentRequest`, including the ability to pass in another `CreateEnvironmentRequest` for its construction."]]],[]]