MirroringEndpointGroup constructor

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

Implementation

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