GoogleCloudAiplatformV1ListSpecialistPoolsResponse constructor
GoogleCloudAiplatformV1ListSpecialistPoolsResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1SpecialistPool> ? specialistPools,
Implementation
GoogleCloudAiplatformV1ListSpecialistPoolsResponse({
this.nextPageToken,
this.specialistPools,
});