public sealed class AuthorizeEnvironmentResponse : IMessage<AuthorizeEnvironmentResponse>, IEquatable<AuthorizeEnvironmentResponse>, IDeepCloneable<AuthorizeEnvironmentResponse>, IBufferMessage, IMessage
Response message for
[AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
[[["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 `AuthorizeEnvironmentResponse` class is a response message for the `AuthorizeEnvironment` operation within the `Google.Cloud.Shell.V1` namespace, specifically for version 2.0.0."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The `AuthorizeEnvironmentResponse` class has two constructors: a default constructor and another that takes an `AuthorizeEnvironmentResponse` object as a parameter for copying."],["There are multiple versions available for the `AuthorizeEnvironmentResponse` class, ranging from version 1.0.0 up to the latest at 2.5.0, where each can be found on their own specific page."]]],[]]