CreateEndpointResponse constructor

CreateEndpointResponse({
  1. Endpoint? endpoint,
})

Implementation

CreateEndpointResponse({
  this.endpoint,
});