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

A resource that aggregates the validation errors found in an import job file.

Attributes

  • fileErrors (type: list(GoogleApi.MigrationCenter.V1.Model.ImportError.t), default: nil) - List of file level errors.
  • fileName (type: String.t, default: nil) - The name of the file.
  • partialReport (type: boolean(), default: nil) - Flag indicating that processing was aborted due to maximum number of errors.
  • rowErrors (type: list(GoogleApi.MigrationCenter.V1.Model.ImportRowError.t), default: nil) - Partial list of rows that encountered validation error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.FileValidationReport{
  fileErrors: [GoogleApi.MigrationCenter.V1.Model.ImportError.t()] | nil,
  fileName: String.t() | nil,
  partialReport: boolean() | nil,
  rowErrors: [GoogleApi.MigrationCenter.V1.Model.ImportRowError.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.