GoogleCloudRunV2ListJobsResponse constructor

GoogleCloudRunV2ListJobsResponse({
  1. List<GoogleCloudRunV2Job>? jobs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudRunV2ListJobsResponse({this.jobs, this.nextPageToken});