public sealed class GetAuthorizationRequest : IMessage<GetAuthorizationRequest>, IEquatable<GetAuthorizationRequest>, IDeepCloneable<GetAuthorizationRequest>, IBufferMessage, IMessage
Request message to get Google Workspace Add-ons authorization information.
[[["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 document outlines the `GetAuthorizationRequest` class, which is used to request Google Workspace Add-ons authorization information."],["`GetAuthorizationRequest` is part of the `Google.Cloud.GSuiteAddOns.V1` namespace and is available in version 2.0.0 of the library."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling and object manipulation."],["The `GetAuthorizationRequest` class contains two properties, `AuthorizationName` and `Name`, where `Name` represents the project identifier for which authorization is requested, and `AuthorizationName` provides a structured view of this identifier."],["There are various versions of the GetAuthorizationRequest available, ranging from version 1.0.0 to 2.4.0, with 2.4.0 being the latest."]]],[]]