Google Workspace Add-ons v1 API - Class GetAuthorizationRequest (2.3.0)

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.

Inheritance

object > GetAuthorizationRequest

Namespace

Google.Cloud.GSuiteAddOns.V1

Assembly

Google.Cloud.GSuiteAddOns.V1.dll

Constructors

GetAuthorizationRequest()

public GetAuthorizationRequest()

GetAuthorizationRequest(GetAuthorizationRequest)

public GetAuthorizationRequest(GetAuthorizationRequest other)
Parameter
NameDescription
otherGetAuthorizationRequest

Properties

AuthorizationName

public AuthorizationName AuthorizationName { get; set; }

AuthorizationName-typed view over the Name resource name property.

Property Value
TypeDescription
AuthorizationName

Name

public string Name { get; set; }

Required. Name of the project for which to get the Google Workspace Add-ons authorization information.

Example: projects/my_project/authorization.

Property Value
TypeDescription
string