google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V33.Model.VideoOffset 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.VideoOffset{
  offsetPercentage: integer(),
  offsetSeconds: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.