google_api_you_tube_reporting v0.8.0 GoogleApi.YouTubeReporting.V1.Model.GdataCompositeMedia View Source

gdata

Attributes

  • blobRef (type: String.t, default: nil) - gdata
  • blobstore2Info (type: GoogleApi.YouTubeReporting.V1.Model.GdataBlobstore2Info.t, default: nil) - gdata
  • cosmoBinaryReference (type: String.t, default: nil) - gdata
  • crc32cHash (type: integer(), default: nil) - gdata
  • inline (type: String.t, default: nil) - gdata
  • length (type: String.t, default: nil) - gdata
  • md5Hash (type: String.t, default: nil) - gdata
  • objectId (type: GoogleApi.YouTubeReporting.V1.Model.GdataObjectId.t, default: nil) - gdata
  • path (type: String.t, default: nil) - gdata
  • referenceType (type: String.t, default: nil) - gdata
  • sha1Hash (type: String.t, default: nil) - gdata

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.GdataCompositeMedia{
  blobRef: String.t(),
  blobstore2Info: GoogleApi.YouTubeReporting.V1.Model.GdataBlobstore2Info.t(),
  cosmoBinaryReference: String.t(),
  crc32cHash: integer(),
  inline: String.t(),
  length: String.t(),
  md5Hash: String.t(),
  objectId: GoogleApi.YouTubeReporting.V1.Model.GdataObjectId.t(),
  path: String.t(),
  referenceType: String.t(),
  sha1Hash: 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.