ListCloudExadataInfrastructuresResponse constructor

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

Implementation

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