GoogleApi.DFAReporting.V34.Model.SkippableSetting (google_api_dfa_reporting v0.31.0)

View Source

Skippable Settings

Attributes

  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#skippableSetting".
  • progressOffset (type: GoogleApi.DFAReporting.V34.Model.VideoOffset.t, default: nil) - Amount of time to play videos served to this placement before counting a view. Applicable when skippable is true.
  • skipOffset (type: GoogleApi.DFAReporting.V34.Model.VideoOffset.t, default: nil) - Amount of time to play videos served to this placement before the skip button should appear. Applicable when skippable is true.
  • skippable (type: boolean(), default: nil) - Whether the user can skip creatives served to this placement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.SkippableSetting{
  kind: String.t() | nil,
  progressOffset: GoogleApi.DFAReporting.V34.Model.VideoOffset.t() | nil,
  skipOffset: GoogleApi.DFAReporting.V34.Model.VideoOffset.t() | nil,
  skippable: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.