EventSubscriptionDestination constructor

EventSubscriptionDestination({
  1. EndPoint? endpoint,
  2. String? serviceAccount,
  3. String? type,
})

Implementation

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