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."],[[["The latest version available for `GetAuthorizationRequest` is 2.4.0, with prior versions ranging from 2.3.0 down to 1.0.0 accessible."],["`GetAuthorizationRequest` is a class used to request Google Workspace Add-ons authorization information and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `Object` class and provides properties such as `AuthorizationName` and `Name` for specifying the project authorization details."],["The `GetAuthorizationRequest` class includes two constructors: a default constructor and one that accepts another `GetAuthorizationRequest` object for initialization."],["`GetAuthorizationRequest` is in the namespace `Google.Cloud.GSuiteAddOns.V1` and is part of the `Google.Cloud.GSuiteAddOns.V1.dll` assembly."]]],[]]