EventSubscription constructor

EventSubscription({
  1. String? custSubscriptionId,
  2. String? customerAwsId,
  3. bool? enabled,
  4. List<String>? eventCategoriesList,
  5. String? id,
  6. String? snsTopicArn,
  7. List<String>? sourceIdsList,
  8. String? sourceType,
  9. String? status,
  10. String? subscriptionCreationTime,
})

Implementation

EventSubscription({
  this.custSubscriptionId,
  this.customerAwsId,
  this.enabled,
  this.eventCategoriesList,
  this.id,
  this.snsTopicArn,
  this.sourceIdsList,
  this.sourceType,
  this.status,
  this.subscriptionCreationTime,
});