View Source GoogleApi.DisplayVideo.V3.Model.VideoAdSequenceSettings (google_api_display_video v0.38.3)

Settings 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

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.VideoAdSequenceSettings{
  minimumDuration: String.t() | nil,
  steps: [GoogleApi.DisplayVideo.V3.Model.VideoAdSequenceStep.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.