Class: Google::Cloud::GSuiteAddOns::V1::GetAuthorizationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GSuiteAddOns::V1::GetAuthorizationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb
Overview
Request message to get Google Workspace Add-ons authorization information.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the project for which to get the Google Workspace Add-ons authorization information.
Example: projects/my_project/authorization
.
31 32 33 34 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 31 class GetAuthorizationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |