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

gdata

Attributes

  • blobRef (binary()): gdata Defaults to: null.
  • blobstore2Info (GdataBlobstore2Info): gdata Defaults to: null.
  • cosmoBinaryReference (binary()): gdata Defaults to: null.
  • crc32cHash (integer()): gdata Defaults to: null.
  • inline (binary()): gdata Defaults to: null.
  • length (String.t): gdata Defaults to: null.
  • md5Hash (binary()): gdata Defaults to: null.
  • objectId (GdataObjectId): gdata Defaults to: null.
  • path (String.t): gdata Defaults to: null.
  • referenceType (String.t): gdata Defaults to: null.

    • Enum - one of [PATH, BLOB_REF, INLINE, BIGSTORE_REF, COSMO_BINARY_REFERENCE]
  • sha1Hash (binary()): gdata Defaults to: null.

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

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.