Resource: CmsMetadataValue
Key value pair associated with a piece of content from a publisher's CMS.
| JSON representation | 
|---|
| {
  "name": string,
  "displayName": string,
  "key": string,
  "status": enum ( | 
| Fields | |
|---|---|
| name | 
 Identifier. The resource name of the  | 
| displayName | 
 The value of this key-value pair. | 
| key | 
 Required. Immutable. The resource name of the CmsMetadataKey. Format: "networks/{networkCode}/cmsMetadataKey/{cmsMetadataKeyId}" | 
| status | 
 Output only. The status of this CMS metadata value. | 
CmsMetadataValueStatus
Status for CmsMetadataValue objects.
| Enums | |
|---|---|
| CMS_METADATA_VALUE_STATUS_UNSPECIFIED | Default value. This value is unused. | 
| ACTIVE | The value is active. | 
| ARCHIVED | The value is archived. | 
| INACTIVE | The value is not active. | 
| Methods | |
|---|---|
| 
 | API to retrieve a CmsMetadataKeyobject. | 
| 
 | API to retrieve a list of CmsMetadataValueobjects. |