AnalyticsS3BucketDestination constructor

AnalyticsS3BucketDestination(
  1. String? bucket,
  2. String? bucketAccountId,
  3. String? format,
  4. String? prefix,
)

Implementation

AnalyticsS3BucketDestination(
  this.bucket,
  this.bucketAccountId,
  this.format,
  this.prefix,
);