GoogleCloudAiplatformV1ListPersistentResourcesResponse constructor

GoogleCloudAiplatformV1ListPersistentResourcesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1PersistentResource>? persistentResources,
})

Implementation

GoogleCloudAiplatformV1ListPersistentResourcesResponse({
  this.nextPageToken,
  this.persistentResources,
});