OdbSubnet constructor

OdbSubnet({
  1. String? cidrRange,
  2. String? createTime,
  3. Map<String, String>? labels,
  4. String? name,
  5. String? purpose,
  6. String? state,
})

Implementation

OdbSubnet({
  this.cidrRange,
  this.createTime,
  this.labels,
  this.name,
  this.purpose,
  this.state,
});