SegmentImportResource constructor

SegmentImportResource({
  1. required String externalId,
  2. required Format format,
  3. required String roleArn,
  4. required String s3Url,
  5. required int size,
  6. Map<String, int>? channelCounts,
})

Implementation

SegmentImportResource({
  required this.externalId,
  required this.format,
  required this.roleArn,
  required this.s3Url,
  required this.size,
  this.channelCounts,
});