OBJECT
type APPLICATIONSETTING {# The value of the application setting.value: String deletedAt: DateTime createdAt: DateTime manuallyUpdateUser: SUBJECT id: Long verifyUser: SUBJECT updatedAt: DateTime updateUser: SUBJECT description: String featureModificationInfos: [FEATUREMODIFICATIONINFO] creationUser: SUBJECT verifiedAt: DateTime # The key of the application setting.key: String manuallyUpdatedAt: DateTime deletedBy: SUBJECT version: Long }