GoogleCloudRunV2ListJobsResponse constructor
GoogleCloudRunV2ListJobsResponse({
- List<
GoogleCloudRunV2Job> ? jobs, - String? nextPageToken,
Implementation
GoogleCloudRunV2ListJobsResponse({
this.jobs,
this.nextPageToken,
});