Show / Hide Table of Contents

Class DaiSession.Types.Finding.Types.AdBreakFinding

A finding that occurred while serving ads for a session.

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

Constructors

AdBreakFinding()

Declaration
public AdBreakFinding()

AdBreakFinding(AdBreakFinding)

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

Properties

BreakKey

Output only. The ID that links to the relevant ad break.

Declaration
public long BreakKey { get; set; }
Property Value
Type Description
long

HasBreakKey

Gets whether the "break_key" field is set

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

HasType

Gets whether the "type" field is set

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

Type

Output only. The finding's type.

Declaration
public AdBreakFindingTypeEnum.Types.AdBreakFindingType Type { get; set; }
Property Value
Type Description
AdBreakFindingTypeEnum.Types.AdBreakFindingType
In this article
Back to top Generated by DocFX