View Source GoogleApi.DataMigration.V1.Model.SearchBackgroundJobsResponse (google_api_data_migration v0.21.0)
Response message for 'SearchBackgroundJobs' request.
Attributes
-
jobs
(type:list(GoogleApi.DataMigration.V1.Model.BackgroundJobLogEntry.t)
, default:nil
) - The list of conversion workspace mapping rules.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.SearchBackgroundJobsResponse{ jobs: [GoogleApi.DataMigration.V1.Model.BackgroundJobLogEntry.t()] | nil }