Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CmsMetadataKey.
Key associated with a piece of content from a publisher's CMS.
Generated from protobuf message google.ads.admanager.v1.CmsMetadataKey
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the CmsMetadataKey
. Format: networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}
↳ display_name
string
Required. The key of a key-value pair.
↳ status
int
Output only. The status of this CMS metadata key.
getName
Identifier. The resource name of the CmsMetadataKey
.
Format: networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}
string
setName
Identifier. The resource name of the CmsMetadataKey
.
Format: networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}
var
string
$this
getDisplayName
Required. The key of a key-value pair.
string
setDisplayName
Required. The key of a key-value pair.
var
string
$this
getStatus
Output only. The status of this CMS metadata key.
setStatus
Output only. The status of this CMS metadata key.
$this

