Class CmsMetadataKey
Key associated with a piece of content from a publisher's CMS.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CmsMetadataKey : IMessage<CmsMetadataKey>, IEquatable<CmsMetadataKey>, IDeepCloneable<CmsMetadataKey>, IBufferMessage, IMessage
Constructors
CmsMetadataKey()
Declaration
public CmsMetadataKey()
CmsMetadataKey(CmsMetadataKey)
Declaration
public CmsMetadataKey(CmsMetadataKey other)
Parameters
| Type | Name | Description |
|---|---|---|
| CmsMetadataKey | other |
Properties
CmsMetadataKeyName
CmsMetadataKeyName-typed view over the Name resource name property.
Declaration
public CmsMetadataKeyName CmsMetadataKeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| CmsMetadataKeyName |
DisplayName
Required. The key of a key-value pair.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the CmsMetadataKey.
Format: networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. The status of this CMS metadata key.
Declaration
public CmsMetadataKeyStatusEnum.Types.CmsMetadataKeyStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| CmsMetadataKeyStatusEnum.Types.CmsMetadataKeyStatus |