GoogleCloudAiplatformV1ListSchedulesResponse constructor

GoogleCloudAiplatformV1ListSchedulesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1Schedule>? schedules,
})

Implementation

GoogleCloudAiplatformV1ListSchedulesResponse({
  this.nextPageToken,
  this.schedules,
});