EndUserAuthenticationNotifyEndpointDestination constructor

EndUserAuthenticationNotifyEndpointDestination({
  1. EndUserAuthenticationNotifyEndpointDestinationEndPoint? endpoint,
  2. String? serviceAccount,
  3. String? type,
})

Implementation

EndUserAuthenticationNotifyEndpointDestination({
  this.endpoint,
  this.serviceAccount,
  this.type,
});