ImportJobRequest constructor

ImportJobRequest({
  1. required Format format,
  2. required String roleArn,
  3. required String s3Url,
  4. bool? defineSegment,
  5. String? externalId,
  6. bool? registerEndpoints,
  7. String? segmentId,
  8. String? segmentName,
})

Implementation

ImportJobRequest({
  required this.format,
  required this.roleArn,
  required this.s3Url,
  this.defineSegment,
  this.externalId,
  this.registerEndpoints,
  this.segmentId,
  this.segmentName,
});