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

A response for listing import jobs.

Attributes

  • importJobs (type: list(GoogleApi.MigrationCenter.V1.Model.ImportJob.t), default: nil) - The list of import jobs.
  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results the server should return.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ListImportJobsResponse{
  importJobs: [GoogleApi.MigrationCenter.V1.Model.ImportJob.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.