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

