ListCloudExadataInfrastructuresResponse constructor

ListCloudExadataInfrastructuresResponse({
  1. List<CloudExadataInfrastructure>? cloudExadataInfrastructures,
  2. String? nextPageToken,
})

Implementation

ListCloudExadataInfrastructuresResponse({
  this.cloudExadataInfrastructures,
  this.nextPageToken,
});