GoogleCloudAiplatformV1ListModelsResponse constructor
GoogleCloudAiplatformV1ListModelsResponse({
- List<
GoogleCloudAiplatformV1Model> ? models, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListModelsResponse({this.models, this.nextPageToken});