MirroringDeploymentGroup constructor

MirroringDeploymentGroup({
  1. List<MirroringDeploymentGroupConnectedEndpointGroup>? connectedEndpointGroups,
  2. String? createTime,
  3. String? description,
  4. Map<String, String>? labels,
  5. List<MirroringLocation>? locations,
  6. String? name,
  7. List<MirroringDeploymentGroupDeployment>? nestedDeployments,
  8. String? network,
  9. bool? reconciling,
  10. String? state,
  11. String? updateTime,
})

Implementation

MirroringDeploymentGroup({
  this.connectedEndpointGroups,
  this.createTime,
  this.description,
  this.labels,
  this.locations,
  this.name,
  this.nestedDeployments,
  this.network,
  this.reconciling,
  this.state,
  this.updateTime,
});