Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CmsMetadataKeyStatus.
Status for CmsMetadataKey objects.
Protobuf type google.ads.admanager.v1.CmsMetadataKeyStatusEnum.CmsMetadataKeyStatus
Namespace
Google \ Ads \ AdManager \ V1 \ CmsMetadataKeyStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CMS_METADATA_KEY_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CMS_METADATA_KEY_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1The key is active.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2The key is not active.
Generated from protobuf enum INACTIVE = 2;