Show / Hide Table of Contents

Class PrefetchSettings

The information needed to prefetch ad requests for an ad break.

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

Constructors

PrefetchSettings()

Declaration
public PrefetchSettings()

PrefetchSettings(PrefetchSettings)

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

Properties

StageOneAdRequestDuration

Optional. The duration of the part of the break to be prefetched.

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