DestinationDescription constructor

DestinationDescription({
  1. required String destinationId,
  2. ElasticsearchDestinationDescription? elasticsearchDestinationDescription,
  3. ExtendedS3DestinationDescription? extendedS3DestinationDescription,
  4. HttpEndpointDestinationDescription? httpEndpointDestinationDescription,
  5. RedshiftDestinationDescription? redshiftDestinationDescription,
  6. S3DestinationDescription? s3DestinationDescription,
  7. SplunkDestinationDescription? splunkDestinationDescription,
})

Implementation

DestinationDescription({
  required this.destinationId,
  this.elasticsearchDestinationDescription,
  this.extendedS3DestinationDescription,
  this.httpEndpointDestinationDescription,
  this.redshiftDestinationDescription,
  this.s3DestinationDescription,
  this.splunkDestinationDescription,
});