google_api_poly v0.6.0 GoogleApi.Poly.V1.Model.StartAssetImportResponse View Source

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

Attributes

  • assetId (type: String.t, default: nil) - 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.
  • assetImportId (type: String.t, default: nil) - The id of the asset import.
  • assetImportMessages (type: list(GoogleApi.Poly.V1.Model.AssetImportMessage.t), default: nil) - The message from the asset import. This will contain any warnings (or - in the case of failure - errors) that occurred during import.
  • publishUrl (type: String.t, default: nil) - The publish URL for the asset.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Poly.V1.Model.StartAssetImportResponse{
  assetId: String.t(),
  assetImportId: String.t(),
  assetImportMessages: [GoogleApi.Poly.V1.Model.AssetImportMessage.t()],
  publishUrl: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.