ApplicationCodeConfigurationUpdate constructor

ApplicationCodeConfigurationUpdate({
  1. CodeContentType? codeContentTypeUpdate,
  2. CodeContentUpdate? codeContentUpdate,
})

Implementation

ApplicationCodeConfigurationUpdate({
  this.codeContentTypeUpdate,
  this.codeContentUpdate,
});