UpdateEndpointsBatchResponse constructor

UpdateEndpointsBatchResponse({
  1. required MessageBody messageBody,
})

Implementation

UpdateEndpointsBatchResponse({
  required this.messageBody,
});