draftApplicationConfigs property
The draft application configs which haven't been updated to an application.
Implementation
@$pb.TagNumber(6)
ApplicationConfigs get draftApplicationConfigs => $_getN(5);
Implementation
@$pb.TagNumber(6)
set draftApplicationConfigs(ApplicationConfigs v) {
setField(6, v);
}