public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Request message for
[GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
[[["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 of `GetEnvironmentRequest` is 2.5.0, which is part of the Google.Cloud.Shell.V1 namespace and can be used to send requests to get environment details."],["`GetEnvironmentRequest` is a class that inherits from Object and implements multiple interfaces, including `IMessage\u003cGetEnvironmentRequest\u003e`, `IEquatable\u003cGetEnvironmentRequest\u003e`, `IDeepCloneable\u003cGetEnvironmentRequest\u003e`, `IBufferMessage`, and `IMessage`."],["This class is designed to be a request message for the `GetEnvironment` function within the `CloudShellService` and can be found within the `Google.Cloud.Shell.V1` assembly."],["`GetEnvironmentRequest` class has two constructors `GetEnvironmentRequest()` and `GetEnvironmentRequest(GetEnvironmentRequest other)` and two properties `EnvironmentName` and `Name` that are used to help create and describe a specific cloud environment request."],["The `Name` property of the `GetEnvironmentRequest` class is required and it contains the string representation of the name of the environment resource, such as `users/me/environments/default`."]]],[]]