GoogleCloudRunV2ListExecutionsResponse constructor

GoogleCloudRunV2ListExecutionsResponse({
  1. List<GoogleCloudRunV2Execution>? executions,
  2. String? nextPageToken,
})

Implementation

GoogleCloudRunV2ListExecutionsResponse({
  this.executions,
  this.nextPageToken,
});