GoogleCloudAiplatformV1ListFeaturesResponse constructor
GoogleCloudAiplatformV1ListFeaturesResponse({
- List<
GoogleCloudAiplatformV1Feature> ? features, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListFeaturesResponse({
this.features,
this.nextPageToken,
});