GoogleCloudAiplatformV1ListSchedulesResponse constructor
GoogleCloudAiplatformV1ListSchedulesResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1Schedule> ? schedules,
Implementation
GoogleCloudAiplatformV1ListSchedulesResponse({
this.nextPageToken,
this.schedules,
});