GoogleApi.DFAReporting.V4.Model.VideoFormat (google_api_dfa_reporting v0.31.0)

View Source

Contains information about supported video formats.

Attributes

  • fileType (type: String.t, default: nil) - File type of the video format.
  • id (type: integer(), default: nil) - ID of the video format.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoFormat".
  • resolution (type: GoogleApi.DFAReporting.V4.Model.Size.t, default: nil) - The resolution of this video format.
  • targetBitRate (type: integer(), default: nil) - The target bit rate of this video format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.VideoFormat{
  fileType: String.t() | nil,
  id: integer() | nil,
  kind: String.t() | nil,
  resolution: GoogleApi.DFAReporting.V4.Model.Size.t() | nil,
  targetBitRate: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.