View Source GoogleApi.MigrationCenter.V1.Model.ExecutionReport (google_api_migration_center v0.4.0)

A resource that reports result of the import job execution.

Attributes

  • executionErrors (type: GoogleApi.MigrationCenter.V1.Model.ValidationReport.t, default: nil) - Validation errors encountered during the execution of the import job.
  • framesReported (type: integer(), default: nil) - Total number of asset frames reported for the import job.
  • totalRowsCount (type: integer(), default: nil) - Output only. Total number of rows in the import job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ExecutionReport{
  executionErrors:
    GoogleApi.MigrationCenter.V1.Model.ValidationReport.t() | nil,
  framesReported: integer() | nil,
  totalRowsCount: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.