Class VideoAdSequenceSettings
Settings related to VideoAdSequence.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class VideoAdSequenceSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MinimumDuration
The minimum time interval before the same user sees this sequence again.
Declaration
[JsonProperty("minimumDuration")]
public virtual string MinimumDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Steps
The steps of which the sequence consists.
Declaration
[JsonProperty("steps")]
public virtual IList<VideoAdSequenceStep> Steps { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<VideoAdSequenceStep> |