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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.