OdbNetwork constructor

OdbNetwork({
  1. String? createTime,
  2. String? entitlementId,
  3. String? gcpOracleZone,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? network,
  7. String? state,
})

Implementation

OdbNetwork({
  this.createTime,
  this.entitlementId,
  this.gcpOracleZone,
  this.labels,
  this.name,
  this.network,
  this.state,
});