public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, 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-25 UTC."],[[["This webpage provides documentation for the `GetEnvironmentRequest` class within the `Google.Cloud.Dataplex.V1` namespace in the .NET environment."],["The latest version of `GetEnvironmentRequest` available is 3.6.0, and versions down to 1.0.0 are documented, offering access to a variety of versions."],["`GetEnvironmentRequest` class is used to send a request to get the details of a specified environment, implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, offering diverse functionalities."],["The class has two constructors, one being a default constructor, and the other to copy an existing `GetEnvironmentRequest` instance."],["The `GetEnvironmentRequest` includes properties like `EnvironmentName` and `Name`, which are used to identify the specific environment being requested, with `Name` allowing the specification of a unique resource path."]]],[]]