Show / Hide Table of Contents

Class StartAssetImportResponse

A response message from a request to startImport. This is returned in the response field of the Operation.

Inheritance
object
StartAssetImportResponse
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 StartAssetImportResponse : IDirectResponseSchema

Properties

AssetId

The id of newly created asset. If this is empty when the operation is complete it means the import failed. Please refer to the assetImportMessages field to understand what went wrong.

Declaration
[JsonProperty("assetId")]
public virtual string AssetId { get; set; }
Property Value
Type Description
string

AssetImportId

The id of the asset import.

Declaration
[JsonProperty("assetImportId")]
public virtual string AssetImportId { get; set; }
Property Value
Type Description
string

AssetImportMessages

The message from the asset import. This will contain any warnings (or - in the case of failure - errors) that occurred during import.

Declaration
[JsonProperty("assetImportMessages")]
public virtual IList<AssetImportMessage> AssetImportMessages { get; set; }
Property Value
Type Description
IList<AssetImportMessage>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PublishUrl

The publish URL for the asset.

Declaration
[JsonProperty("publishUrl")]
public virtual string PublishUrl { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX