EndUserAuthenticationNotifyEndpointDestination constructor
      
      EndUserAuthenticationNotifyEndpointDestination({ 
    
    
- EndUserAuthenticationNotifyEndpointDestinationEndPoint? endpoint,
- String? serviceAccount,
- String? type,
Implementation
EndUserAuthenticationNotifyEndpointDestination({
  this.endpoint,
  this.serviceAccount,
  this.type,
});