Class: Google::Ads::AdManager::V1::ContentLabel

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/content_label_messages.rb

Overview

A content label.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Optional. The display name of the ContentLabel.

Returns:

  • (::String)

    Optional. The display name of the ContentLabel.



32
33
34
35
# File 'proto_docs/google/ads/admanager/v1/content_label_messages.rb', line 32

class ContentLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. The resource name of the ContentLabel. Format: networks/{network_code}/contentLabels/{content_label_id}.

Returns:

  • (::String)

    Identifier. The resource name of the ContentLabel. Format: networks/{network_code}/contentLabels/{content_label_id}



32
33
34
35
# File 'proto_docs/google/ads/admanager/v1/content_label_messages.rb', line 32

class ContentLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end