View Source GoogleApi.MigrationCenter.V1.Model.ValidationReport (google_api_migration_center v0.3.0)

A resource that aggregates errors across import job files.

Attributes

  • fileValidations (type: list(GoogleApi.MigrationCenter.V1.Model.FileValidationReport.t), default: nil) - List of errors found in files.
  • jobErrors (type: list(GoogleApi.MigrationCenter.V1.Model.ImportError.t), default: nil) - List of job level errors.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ValidationReport{
  fileValidations:
    [GoogleApi.MigrationCenter.V1.Model.FileValidationReport.t()] | nil,
  jobErrors: [GoogleApi.MigrationCenter.V1.Model.ImportError.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.