GoogleCloudRunV2ListExecutionsResponse constructor
GoogleCloudRunV2ListExecutionsResponse({
- List<
GoogleCloudRunV2Execution> ? executions, - String? nextPageToken,
Implementation
GoogleCloudRunV2ListExecutionsResponse({
this.executions,
this.nextPageToken,
});