google_api_you_tube_reporting v0.11.1 GoogleApi.YouTubeReporting.V1.Model.GdataMedia View Source

gdata

Attributes

  • algorithm (type: String.t, default: nil) - gdata
  • bigstoreObjectRef (type: String.t, default: nil) - gdata
  • blobRef (type: String.t, default: nil) - gdata
  • blobstore2Info (type: GoogleApi.YouTubeReporting.V1.Model.GdataBlobstore2Info.t, default: nil) - gdata
  • compositeMedia (type: list(GoogleApi.YouTubeReporting.V1.Model.GdataCompositeMedia.t), default: nil) - gdata
  • contentType (type: String.t, default: nil) - gdata
  • contentTypeInfo (type: GoogleApi.YouTubeReporting.V1.Model.GdataContentTypeInfo.t, default: nil) - gdata
  • cosmoBinaryReference (type: String.t, default: nil) - gdata
  • crc32cHash (type: integer(), default: nil) - gdata
  • diffChecksumsResponse (type: GoogleApi.YouTubeReporting.V1.Model.GdataDiffChecksumsResponse.t, default: nil) - gdata
  • diffDownloadResponse (type: GoogleApi.YouTubeReporting.V1.Model.GdataDiffDownloadResponse.t, default: nil) - gdata
  • diffUploadRequest (type: GoogleApi.YouTubeReporting.V1.Model.GdataDiffUploadRequest.t, default: nil) - gdata
  • diffUploadResponse (type: GoogleApi.YouTubeReporting.V1.Model.GdataDiffUploadResponse.t, default: nil) - gdata
  • diffVersionResponse (type: GoogleApi.YouTubeReporting.V1.Model.GdataDiffVersionResponse.t, default: nil) - gdata
  • downloadParameters (type: GoogleApi.YouTubeReporting.V1.Model.GdataDownloadParameters.t, default: nil) - gdata
  • filename (type: String.t, default: nil) - gdata
  • hash (type: String.t, default: nil) - gdata
  • hashVerified (type: boolean(), default: nil) - gdata
  • inline (type: String.t, default: nil) - gdata
  • isPotentialRetry (type: boolean(), default: nil) - gdata
  • length (type: String.t, default: nil) - gdata
  • md5Hash (type: String.t, default: nil) - gdata
  • mediaId (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
  • sha256Hash (type: String.t, default: nil) - gdata
  • timestamp (type: String.t, default: nil) - gdata
  • token (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.GdataMedia{
  algorithm: String.t(),
  bigstoreObjectRef: String.t(),
  blobRef: String.t(),
  blobstore2Info: GoogleApi.YouTubeReporting.V1.Model.GdataBlobstore2Info.t(),
  compositeMedia: [GoogleApi.YouTubeReporting.V1.Model.GdataCompositeMedia.t()],
  contentType: String.t(),
  contentTypeInfo: GoogleApi.YouTubeReporting.V1.Model.GdataContentTypeInfo.t(),
  cosmoBinaryReference: String.t(),
  crc32cHash: integer(),
  diffChecksumsResponse:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffChecksumsResponse.t(),
  diffDownloadResponse:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffDownloadResponse.t(),
  diffUploadRequest:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffUploadRequest.t(),
  diffUploadResponse:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffUploadResponse.t(),
  diffVersionResponse:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffVersionResponse.t(),
  downloadParameters:
    GoogleApi.YouTubeReporting.V1.Model.GdataDownloadParameters.t(),
  filename: String.t(),
  hash: String.t(),
  hashVerified: boolean(),
  inline: String.t(),
  isPotentialRetry: boolean(),
  length: String.t(),
  md5Hash: String.t(),
  mediaId: String.t(),
  objectId: GoogleApi.YouTubeReporting.V1.Model.GdataObjectId.t(),
  path: String.t(),
  referenceType: String.t(),
  sha1Hash: String.t(),
  sha256Hash: String.t(),
  timestamp: String.t(),
  token: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.