CloudExadataInfrastructure constructor

CloudExadataInfrastructure({
  1. String? createTime,
  2. String? displayName,
  3. String? entitlementId,
  4. String? gcpOracleZone,
  5. Map<String, String>? labels,
  6. String? name,
  7. CloudExadataInfrastructureProperties? properties,
})

Implementation

CloudExadataInfrastructure({
  this.createTime,
  this.displayName,
  this.entitlementId,
  this.gcpOracleZone,
  this.labels,
  this.name,
  this.properties,
});