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 page documents the `GetAuthorizationRequest` class, which is a request message used to obtain Google Workspace Add-ons authorization information."],["The `GetAuthorizationRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["The latest version of the API is 2.4.0, while this particular documentation page is for version 1.1.0 and has links to 6 previous versions, which are all available for `GetAuthorizationRequest`."],["`GetAuthorizationRequest` class has two constructors: a default constructor and a copy constructor, that accepts another `GetAuthorizationRequest` object."],["The class has two key properties: `AuthorizationName`, which is a typed view over the resource name, and `Name`, which is a required string representing the project's authorization name."]]],[]]