Show / Hide Table of Contents

Class CmsContent

Contains information about the Content from the CMS it was ingested from.

Inheritance
object
CmsContent
Implements
IMessage<CmsContent>
IEquatable<CmsContent>
IDeepCloneable<CmsContent>
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 CmsContent : IMessage<CmsContent>, IEquatable<CmsContent>, IDeepCloneable<CmsContent>, IBufferMessage, IMessage

Constructors

CmsContent()

Declaration
public CmsContent()

CmsContent(CmsContent)

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

Properties

CmsContentId

The ID of the Content in the CMS. This ID will be a 3rd party ID, usually the ID of the content in a CMS (Content Management System).

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

ContentSource

Output only. The resource name of the [ContentSource][google.ads.admanager.v1.ContentSource] this content was ingested from.

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

ContentSourceAsContentSourceName

ContentSourceName-typed view over the ContentSource resource name property.

Declaration
public ContentSourceName ContentSourceAsContentSourceName { get; set; }
Property Value
Type Description
ContentSourceName

ContentSourceDisplayName

Output only. The display name of the [ContentSource][google.ads.admanager.v1.ContentSource] this content was ingested from.

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

HasCmsContentId

Gets whether the "cms_content_id" field is set

Declaration
public bool HasCmsContentId { get; }
Property Value
Type Description
bool

HasContentSource

Gets whether the "content_source" field is set

Declaration
public bool HasContentSource { get; }
Property Value
Type Description
bool

HasContentSourceDisplayName

Gets whether the "content_source_display_name" field is set

Declaration
public bool HasContentSourceDisplayName { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX