Peering constructor

Peering({
  1. String? authorizedNetwork,
  2. String? createTime,
  3. String? domainResource,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? state,
  7. String? statusMessage,
  8. String? updateTime,
})

Implementation

Peering({
  this.authorizedNetwork,
  this.createTime,
  this.domainResource,
  this.labels,
  this.name,
  this.state,
  this.statusMessage,
  this.updateTime,
});