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."],[[["This page details the `GetEnvironmentRequest` class within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace, which is used to retrieve information about a specific environment."],["The `GetEnvironmentRequest` class is part of the Google Cloud Orchestration Airflow Service and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features a constructor, `GetEnvironmentRequest()`, and a copy constructor, `GetEnvironmentRequest(GetEnvironmentRequest other)`, allowing for the creation of new instances and copies."],["The `Name` property, of string type, is used to specify the resource name of the environment you would like to get using the following format: \"projects/{projectId}/locations/{locationId}/environments/{environmentId}\"."],["Several versions of the documentation for this class are available, with version `2.9.0` being the latest and `1.0.0` being the oldest version within the available documents."]]],[]]