google_api_poly v0.8.1 GoogleApi.Poly.V1.Model.AssetImportMessage View Source

A message generated by the asset import process.

Attributes

  • code (type: String.t, default: nil) - The code associated with this message.
  • filePath (type: String.t, default: nil) - An optional file path. Only present for those error codes that specify it.
  • imageError (type: GoogleApi.Poly.V1.Model.ImageError.t, default: nil) - An optional image error. Only present for INVALID_IMAGE_FILE.
  • objParseError (type: GoogleApi.Poly.V1.Model.ObjParseError.t, default: nil) - An optional OBJ parse error. Only present for OBJ_PARSE_ERROR.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Poly.V1.Model.AssetImportMessage{
  code: String.t(),
  filePath: String.t(),
  imageError: GoogleApi.Poly.V1.Model.ImageError.t(),
  objParseError: GoogleApi.Poly.V1.Model.ObjParseError.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.