google_api_you_tube_reporting v0.3.0 GoogleApi.YouTubeReporting.V1.Model.GdataContentTypeInfo View Source

gdata

Attributes

  • bestGuess (String.t): gdata Defaults to nil.
  • fromBytes (String.t): gdata Defaults to nil.
  • fromFileName (String.t): gdata Defaults to nil.
  • fromHeader (String.t): gdata Defaults to nil.
  • fromUrlPath (String.t): gdata Defaults to nil.

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 Source
t() :: %GoogleApi.YouTubeReporting.V1.Model.GdataContentTypeInfo{
  bestGuess: String.t(),
  fromBytes: String.t(),
  fromFileName: String.t(),
  fromHeader: String.t(),
  fromUrlPath: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.