GoogleCloudAiplatformV1ListPersistentResourcesResponse constructor
      
      GoogleCloudAiplatformV1ListPersistentResourcesResponse({ 
    
    
- String? nextPageToken,
 - List<
GoogleCloudAiplatformV1PersistentResource> ? persistentResources, 
Implementation
GoogleCloudAiplatformV1ListPersistentResourcesResponse({
  this.nextPageToken,
  this.persistentResources,
});