View Source GoogleApi.MigrationCenter.V1.Model.ExecutionReport (google_api_migration_center v0.2.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
Unwrap a decoded JSON object into its complex fields.