GoogleApi.DisplayVideo.V3.Model.VideoAdSequenceSettings (google_api_display_video v0.39.0)
View SourceSettings related to VideoAdSequence.
Attributes
-
minimumDuration(type:String.t, default:nil) - The minimum time interval before the same user sees this sequence again. -
steps(type:list(GoogleApi.DisplayVideo.V3.Model.VideoAdSequenceStep.t), default:nil) - The steps of which the sequence consists.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.VideoAdSequenceSettings{ minimumDuration: String.t() | nil, steps: [GoogleApi.DisplayVideo.V3.Model.VideoAdSequenceStep.t()] | nil }