Show / Hide Table of Contents

Class Content

A piece of content from a Publisher's CMS.

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

Constructors

Content()

Declaration
public Content()

Content(Content)

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

Properties

ContentName

ContentName-typed view over the Name resource name property.

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

DisplayName

Output only. The name of the Content.

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

HasDisplayName

Gets whether the "display_name" field is set

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

Name

Identifier. The resource name of the Content. Format: networks/{network_code}/content/{content_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX