Show / Hide Table of Contents

Class BreakTemplateMember

A building block of a pod template.

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

Constructors

BreakTemplateMember()

Declaration
public BreakTemplateMember()

BreakTemplateMember(BreakTemplateMember)

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

Properties

AdSpot

Required. The ID of the AdSpot that has the settings about what kinds of ads can appear in this position of the BreakTemplate.

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

AdSpotAsAdSpotName

AdSpotName-typed view over the AdSpot resource name property.

Declaration
public AdSpotName AdSpotAsAdSpotName { get; set; }
Property Value
Type Description
AdSpotName

AdSpotFillType

Optional. The behavior for how the AdSpot should be filled in the context of the BreakTemplate.

Declaration
public AdSpotFillTypeEnum.Types.AdSpotFillType AdSpotFillType { get; set; }
Property Value
Type Description
AdSpotFillTypeEnum.Types.AdSpotFillType

HasAdSpot

Gets whether the "ad_spot" field is set

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

HasAdSpotFillType

Gets whether the "ad_spot_fill_type" field is set

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