View Source GoogleApi.CloudSupport.V2.Model.CompositeMedia (google_api_cloud_support v0.6.0)

gdata.* are outside protos with mising documentation

Attributes

  • blobRef (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • blobstore2Info (type: GoogleApi.CloudSupport.V2.Model.Blobstore2Info.t, default: nil) - # gdata.* are outside protos with mising documentation
  • cosmoBinaryReference (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • crc32cHash (type: integer(), default: nil) - # gdata.* are outside protos with mising documentation
  • inline (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • length (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • md5Hash (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • objectId (type: GoogleApi.CloudSupport.V2.Model.ObjectId.t, default: nil) - # gdata.* are outside protos with mising documentation
  • path (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • referenceType (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • sha1Hash (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSupport.V2.Model.CompositeMedia{
  blobRef: String.t() | nil,
  blobstore2Info: GoogleApi.CloudSupport.V2.Model.Blobstore2Info.t() | nil,
  cosmoBinaryReference: String.t() | nil,
  crc32cHash: integer() | nil,
  inline: String.t() | nil,
  length: String.t() | nil,
  md5Hash: String.t() | nil,
  objectId: GoogleApi.CloudSupport.V2.Model.ObjectId.t() | nil,
  path: String.t() | nil,
  referenceType: String.t() | nil,
  sha1Hash: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.