ModifyEndpointResponse constructor

ModifyEndpointResponse({
  1. Endpoint? endpoint,
})

Implementation

ModifyEndpointResponse({
  this.endpoint,
});