ListCloudExadataInfrastructuresResponse constructor
      
      ListCloudExadataInfrastructuresResponse({ 
    
    
- List<CloudExadataInfrastructure> ? cloudExadataInfrastructures,
- String? nextPageToken,
Implementation
ListCloudExadataInfrastructuresResponse({
  this.cloudExadataInfrastructures,
  this.nextPageToken,
});