ListJobsOutput constructor

ListJobsOutput({
  1. List<GlacierJobDescription>? jobList,
  2. String? marker,
})

Implementation

ListJobsOutput({
  this.jobList,
  this.marker,
});