Show / Hide Table of Contents

Class DaiSession.Types.AdBreak.Types.LinearBreak

Represents linear session related break information.

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

Constructors

LinearBreak()

Declaration
public LinearBreak()

LinearBreak(LinearBreak)

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

Properties

BreakStartTime

Output only. The timestamp of when the break started.

Declaration
public Timestamp BreakStartTime { get; set; }
Property Value
Type Description
Timestamp

ExpectedBreakDuration

Output only. The duration of the placement opportunity associated with the break.

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

SlateDuration

Output only. The duration of slate that was inserted for this break.

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

UnderlyingDuration

Output only. The duration of underlying content that was inserted for this break.

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