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