GoogleApi.YouTubeReporting.V1.Model.GdataCompositeMedia (google_api_you_tube_reporting v0.14.0) 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

Specs

t() :: %GoogleApi.YouTubeReporting.V1.Model.GdataCompositeMedia{
  blobRef: String.t() | nil,
  blobstore2Info:
    GoogleApi.YouTubeReporting.V1.Model.GdataBlobstore2Info.t() | nil,
  cosmoBinaryReference: String.t() | nil,
  crc32cHash: integer() | nil,
  inline: String.t() | nil,
  length: String.t() | nil,
  md5Hash: String.t() | nil,
  objectId: GoogleApi.YouTubeReporting.V1.Model.GdataObjectId.t() | nil,
  path: String.t() | nil,
  referenceType: String.t() | nil,
  sha1Hash: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.