AI-generated Key Takeaways
-
A CmsMetadataKey is a key associated with content from a publisher's CMS.
-
CmsMetadataKey objects have fields for name, displayName, and status.
-
CmsMetadataKeyStatus indicates whether a key is active or inactive.
-
Methods are available to get and list CmsMetadataKey objects.
Resource: CmsMetadataKey
Key associated with a piece of content from a publisher's CMS.
| JSON representation |
|---|
{
"name"
:
string
,
"displayName"
:
string
,
"status"
:
enum (
|
| Fields | |
|---|---|
name
|
Identifier. The resource name of the |
displayName
|
Required. The key of a key-value pair. |
status
|
Output only. The status of this CMS metadata key. |
CmsMetadataKeyStatus
Status for CmsMetadataKey objects.
| Enums | |
|---|---|
CMS_METADATA_KEY_STATUS_UNSPECIFIED
|
Default value. This value is unused. |
ACTIVE
|
The key is active. |
INACTIVE
|
The key is not active. |
Methods |
|
|---|---|
|
API to retrieve a CmsMetadataKey
object. |
|
API to retrieve a list of CmsMetadataKey
objects. |

