GoogleApi.VMMigration.V1.Model.ListImageImportJobsResponse (google_api_vm_migration v0.11.0)

View Source

Response message for 'ListImageImportJobs' call.

Attributes

  • imageImportJobs (type: list(GoogleApi.VMMigration.V1.Model.ImageImportJob.t), default: nil) - Output only. The list of target response.
  • nextPageToken (type: String.t, default: nil) - Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • unreachable (type: list(String.t), default: nil) - Output only. Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.ListImageImportJobsResponse{
  imageImportJobs: [GoogleApi.VMMigration.V1.Model.ImageImportJob.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.