google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.Model.VideoFormat 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:dfareporting#videoFormat
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoFormat".resolution
(type:GoogleApi.DFAReporting.V33.Model.Size.t
, default:nil
) - The resolution of this video format.targetBitRate
(type:integer()
, default:nil
) - The target bit rate of this video format.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DFAReporting.V33.Model.VideoFormat{ fileType: String.t(), id: integer(), kind: String.t(), resolution: GoogleApi.DFAReporting.V33.Model.Size.t(), targetBitRate: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.