ListJobsResponse constructor
ListJobsResponse({
- List<
FailedLocation> ? failedLocation, - List<
Job> ? jobs, - String? nextPageToken,
Implementation
ListJobsResponse({
this.failedLocation,
this.jobs,
this.nextPageToken,
});