Class: Google::Ads::AdManager::V1::CmsMetadataKey

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

Overview

Key associated with a piece of content from a publisher's CMS.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Required. The key of a key-value pair.

Returns:

  • (::String)

    Required. The key of a key-value pair.



35
36
37
38
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_key_messages.rb', line 35

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

#name::String

Returns Identifier. The resource name of the CmsMetadataKey. Format: networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}.

Returns:

  • (::String)

    Identifier. The resource name of the CmsMetadataKey. Format: networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}



35
36
37
38
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_key_messages.rb', line 35

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

#status::Google::Ads::AdManager::V1::CmsMetadataKeyStatusEnum::CmsMetadataKeyStatus (readonly)

Returns Output only. The status of this CMS metadata key.

Returns:



35
36
37
38
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_key_messages.rb', line 35

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