Show / Hide Table of Contents

Class DaiSession.Types.Creative.Types.VastInfo

Details about a single VAST info.

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

Constructors

VastInfo()

Declaration
public VastInfo()

VastInfo(VastInfo)

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

Properties

AdSystem

Output only. Value of VAST/Ad/InLine/AdSystem.

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

AdSystemVersion

Output only. Version attribute from VAST/Ad/InLine/AdSystem.

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

AdTitle

Output only. Value of VAST/Ad/InLine/AdTitle.

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

CreativeId

Output only. The id attribute from VAST/Ad/InLine/Creatives/Creative.

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

Description

Output only. Value of VAST/Ad/InLine/Description.

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

HasAdSystem

Gets whether the "ad_system" field is set

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

HasAdSystemVersion

Gets whether the "ad_system_version" field is set

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

HasAdTitle

Gets whether the "ad_title" field is set

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

HasCreativeId

Gets whether the "creative_id" field is set

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

HasDescription

Gets whether the "description" field is set

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