LayerVersionContentInput constructor

LayerVersionContentInput({
  1. String? s3Bucket,
  2. String? s3Key,
  3. String? s3ObjectVersion,
  4. Uint8List? zipFile,
})

Implementation

LayerVersionContentInput({
  this.s3Bucket,
  this.s3Key,
  this.s3ObjectVersion,
  this.zipFile,
});