Class: Google::Ads::MarketingPlatform::Admin::V1alpha::Organization
- Inherits:
-
Object
- Object
- Google::Ads::MarketingPlatform::Admin::V1alpha::Organization
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/marketingplatform/admin/v1alpha/resources.rb
Overview
A resource message representing a Google Marketing Platform organization.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The human-readable name for the organization.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#display_name ⇒ ::String
Returns The human-readable name for the organization.
33 34 35 36 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/resources.rb', line 33 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the GMP organization. Format: organizations/{org_id}.
33 34 35 36 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/resources.rb', line 33 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |