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-21 UTC."],[[["The latest version available for `GetEnvironmentRequest` is 2.0.0-beta05, with previous versions 2.0.0-beta04 and 1.0.0-beta04 also documented."],["`GetEnvironmentRequest` is a request class used for retrieving information about a specific notebook environment."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEnvironmentRequest` class includes two constructors: a default constructor and one that accepts another `GetEnvironmentRequest` object as a parameter."],["It contains one property `Name` that is used to specify the unique identifier of the environment that needs to be retrieved, in the format: `projects/{project_id}/locations/{location}/environments/{environment_id}`."]]],[]]