View Source GoogleApi.YouTubeReporting.V1.Model.GdataContentTypeInfo (google_api_you_tube_reporting v0.15.0)

gdata

Attributes

  • bestGuess (type: String.t, default: nil) - gdata
  • fromBytes (type: String.t, default: nil) - gdata
  • fromFileName (type: String.t, default: nil) - gdata
  • fromHeader (type: String.t, default: nil) - gdata
  • fromUrlPath (type: String.t, default: nil) - gdata

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.YouTubeReporting.V1.Model.GdataContentTypeInfo{
  bestGuess: String.t() | nil,
  fromBytes: String.t() | nil,
  fromFileName: String.t() | nil,
  fromHeader: String.t() | nil,
  fromUrlPath: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.