Show / Hide Table of Contents

Class CmsMetadataValue

Key value pair associated with a piece of content from a publisher's CMS.

Inheritance
object
CmsMetadataValue
Implements
IMessage<CmsMetadataValue>
IEquatable<CmsMetadataValue>
IDeepCloneable<CmsMetadataValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CmsMetadataValue : IMessage<CmsMetadataValue>, IEquatable<CmsMetadataValue>, IDeepCloneable<CmsMetadataValue>, IBufferMessage, IMessage

Constructors

CmsMetadataValue()

Declaration
public CmsMetadataValue()

CmsMetadataValue(CmsMetadataValue)

Declaration
public CmsMetadataValue(CmsMetadataValue other)
Parameters
Type Name Description
CmsMetadataValue other

Properties

CmsMetadataValueName

CmsMetadataValueName-typed view over the Name resource name property.

Declaration
public CmsMetadataValueName CmsMetadataValueName { get; set; }
Property Value
Type Description
CmsMetadataValueName

DisplayName

The value of this key-value pair.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Key

Required. Immutable. The resource name of the CmsMetadataKey. Format: "networks/{network_code}/cmsMetadataKey/{cms_metadata_key_id}"

Declaration
public string Key { get; set; }
Property Value
Type Description
string

KeyAsCmsMetadataKeyName

CmsMetadataKeyName-typed view over the Key resource name property.

Declaration
public CmsMetadataKeyName KeyAsCmsMetadataKeyName { get; set; }
Property Value
Type Description
CmsMetadataKeyName

Name

Identifier. The resource name of the CmsMetadataValue. Format: networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Status

Output only. The status of this CMS metadata value.

Declaration
public CmsMetadataValueStatusEnum.Types.CmsMetadataValueStatus Status { get; set; }
Property Value
Type Description
CmsMetadataValueStatusEnum.Types.CmsMetadataValueStatus
In this article
Back to top Generated by DocFX