Class: Google::Ads::MarketingPlatform::Admin::V1alpha::GetOrganizationRequest
- Inherits:
-
Object
- Object
- Google::Ads::MarketingPlatform::Admin::V1alpha::GetOrganizationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb
Overview
Request message for GetOrganization RPC.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Organization to retrieve. Format: organizations/{org_id}.
30 31 32 33 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 30 class GetOrganizationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |