Show / Hide Table of Contents

Class DaiSession.Types.Creative

Information about a single creative.

Inheritance
object
DaiSession.Types.Creative
Implements
IMessage<DaiSession.Types.Creative>
IEquatable<DaiSession.Types.Creative>
IDeepCloneable<DaiSession.Types.Creative>
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 DaiSession.Types.Creative : IMessage<DaiSession.Types.Creative>, IEquatable<DaiSession.Types.Creative>, IDeepCloneable<DaiSession.Types.Creative>, IBufferMessage, IMessage

Constructors

Creative()

Declaration
public Creative()

Creative(Creative)

Declaration
public Creative(DaiSession.Types.Creative other)
Parameters
Type Name Description
DaiSession.Types.Creative other

Properties

AdBuffet

Output only. Whether this creative was from ad buffet.

Declaration
public bool AdBuffet { get; set; }
Property Value
Type Description
bool

AdSystem

Output only. The ad system that provided this creative.

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

Duration

Output only. Duration of the creative.

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

HasAdBuffet

Gets whether the "ad_buffet" field is set

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

HasAdSystem

Gets whether the "ad_system" field is set

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

HasIdType

Gets whether the "id_type" field is set

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

HasIdValue

Gets whether the "id_value" field is set

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

HasPodSequence

Gets whether the "pod_sequence" field is set

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

IdType

Output only. The type of ID that is used to identify this creative.

Declaration
public CreativeIdTypeEnum.Types.CreativeIdType IdType { get; set; }
Property Value
Type Description
CreativeIdTypeEnum.Types.CreativeIdType

IdValue

Output only. The value for the given ID type.

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

PodSequence

Output only. The index at which this creative appeared in the ad pod.

Declaration
public int PodSequence { get; set; }
Property Value
Type Description
int

VastInfos

Output only. The VAST infos that resulted in this creative.

Declaration
public RepeatedField<DaiSession.Types.Creative.Types.VastInfo> VastInfos { get; }
Property Value
Type Description
RepeatedField<DaiSession.Types.Creative.Types.VastInfo>
In this article
Back to top Generated by DocFX