GoogleApi.Poly.V1.Model.AssetImportMessage (google_api_poly v0.10.0) 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() | nil,
filePath: String.t() | nil,
imageError: GoogleApi.Poly.V1.Model.ImageError.t() | nil,
objParseError: GoogleApi.Poly.V1.Model.ObjParseError.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.