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

View Source

Video Offset

Attributes

  • offsetPercentage (type: integer(), default: nil) - Duration, as a percentage of video duration. Do not set when offsetSeconds is set. Acceptable values are 0 to 100, inclusive.
  • offsetSeconds (type: integer(), default: nil) - Duration, in seconds. Do not set when offsetPercentage is set. Acceptable values are 0 to 86399, inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.VideoOffset{
  offsetPercentage: integer() | nil,
  offsetSeconds: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.