MirroringEndpointGroupAssociation constructor

MirroringEndpointGroupAssociation({
  1. String? createTime,
  2. Map<String, String>? labels,
  3. List<MirroringEndpointGroupAssociationLocationDetails>? locationsDetails,
  4. String? mirroringEndpointGroup,
  5. String? name,
  6. String? network,
  7. bool? reconciling,
  8. String? state,
  9. String? updateTime,
})

Implementation

MirroringEndpointGroupAssociation({
  this.createTime,
  this.labels,
  this.locationsDetails,
  this.mirroringEndpointGroup,
  this.name,
  this.network,
  this.reconciling,
  this.state,
  this.updateTime,
});