Class: Google::Ads::AdManager::V1::Content

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

Overview

A piece of content from a Publisher's CMS.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The name of the Content.

Returns:

  • (::String)

    Output only. The name of the Content.



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

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

#name::String

Returns Identifier. The resource name of the Content. Format: networks/{network_code}/content/{content_id}.

Returns:

  • (::String)

    Identifier. The resource name of the Content. Format: networks/{network_code}/content/{content_id}



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

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