Show / Hide Table of Contents

Class AssetImportMessage

A message generated by the asset import process.

Inheritance
object
AssetImportMessage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX