public sealed class GetAuthorizationRequest : IMessage<GetAuthorizationRequest>, IEquatable<GetAuthorizationRequest>, IDeepCloneable<GetAuthorizationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Workspace Add-ons v1 API class GetAuthorizationRequest.
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 `GetAuthorizationRequest` class is used to retrieve authorization information for Google Workspace Add-ons through the Google Workspace Add-ons v1 API."],["This class is part of the `Google.Cloud.GSuiteAddOns.V1` namespace and is found within the `Google.Cloud.GSuiteAddOns.V1.dll` assembly."],["It supports various versions, with the latest being 2.4.0, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AuthorizationName` and `Name`, with the `Name` property being required to specify the project for authorization."],["Two constructors are provided for the class, a default constructor, and one that takes another `GetAuthorizationRequest` object as a parameter for initialization."]]],[]]