CreateEndpointRequest constructor

CreateEndpointRequest({
  1. required String parent,
  2. required Endpoint? endpoint,
  3. String endpointId = '',
})

Implementation

CreateEndpointRequest({
  required this.parent,
  required this.endpoint,
  this.endpointId = '',
}) : super(fullyQualifiedName);