CodeContentDescription constructor
CodeContentDescription({
- String? codeMD5,
- int? codeSize,
- S3ApplicationCodeLocationDescription? s3ApplicationCodeLocationDescription,
- String? textContent,
Implementation
CodeContentDescription({
this.codeMD5,
this.codeSize,
this.s3ApplicationCodeLocationDescription,
this.textContent,
});