ListJobsResponse constructor
ListJobsResponse({
- List<
JobSummary> ? jobs, - String? nextToken,
Implementation
ListJobsResponse({
this.jobs,
this.nextToken,
});
ListJobsResponse({
this.jobs,
this.nextToken,
});