CodeContentDescription constructor

CodeContentDescription({
  1. String? codeMD5,
  2. int? codeSize,
  3. S3ApplicationCodeLocationDescription? s3ApplicationCodeLocationDescription,
  4. String? textContent,
})

Implementation

CodeContentDescription({
  this.codeMD5,
  this.codeSize,
  this.s3ApplicationCodeLocationDescription,
  this.textContent,
});