Class: Google::Ads::AdManager::V1::CmsMetadataKey
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CmsMetadataKey
- 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
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
-
#status ⇒ ::Google::Ads::AdManager::V1::CmsMetadataKeyStatusEnum::CmsMetadataKeyStatus
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String
Returns 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}.
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.
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 |