Class: Google::Ads::MarketingPlatform::Admin::V1alpha::Organization

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns The human-readable name for the organization.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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