MirroringEndpointGroup constructor

MirroringEndpointGroup({
  1. List<MirroringEndpointGroupAssociationDetails>? associations,
  2. List<MirroringEndpointGroupConnectedDeploymentGroup>? connectedDeploymentGroups,
  3. String? createTime,
  4. String? description,
  5. Map<String, String>? labels,
  6. String? mirroringDeploymentGroup,
  7. String? name,
  8. bool? reconciling,
  9. String? state,
  10. String? updateTime,
})

Implementation

MirroringEndpointGroup({
  this.associations,
  this.connectedDeploymentGroups,
  this.createTime,
  this.description,
  this.labels,
  this.mirroringDeploymentGroup,
  this.name,
  this.reconciling,
  this.state,
  this.updateTime,
});