Class AssetImportMessage
A message generated by the asset import process.
Implements
Inherited Members
Namespace: Google.Apis.PolyService.v1.Data
Assembly: Google.Apis.PolyService.v1.dll
Syntax
public class AssetImportMessage : IDirectResponseSchema
Properties
Code
The code associated with this message.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FilePath
An optional file path. Only present for those error codes that specify it.
Declaration
[JsonProperty("filePath")]
public virtual string FilePath { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageError
An optional image error. Only present for INVALID_IMAGE_FILE.
Declaration
[JsonProperty("imageError")]
public virtual ImageError ImageError { get; set; }
Property Value
Type | Description |
---|---|
ImageError |
ObjParseError
An optional OBJ parse error. Only present for OBJ_PARSE_ERROR.
Declaration
[JsonProperty("objParseError")]
public virtual ObjParseError ObjParseError { get; set; }
Property Value
Type | Description |
---|---|
ObjParseError |