MirroringDeploymentGroup constructor

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

Implementation

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