Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 2.14 KB

Node.md

File metadata and controls

46 lines (41 loc) · 2.14 KB

Node

Properties

Name Type Description Notes
url str
code str
title str
node_type NodeTypeEnum
subtype NodeSubTypeEnum
is_mandatory bool
block [int]
access_condition bool
comment str
remark str
remark_en str
link_type NodeLinkTypeEnum
link_type_text str
children [Node]
acronym str [optional]
title_en str [optional]
partial_title str [optional]
partial_title_en str [optional]
credits float [optional]
lecturing_volume float [optional]
practical_exercise_volume float [optional]
proposal_type ProposalTypeEnum [optional]
status bool [optional]
quadrimester QuadrimesterEnum [optional]
periodicity PeriodicityEnum [optional]
comment_en str [optional]
with_prerequisite bool [optional]
min_constraint int [optional]
max_constraint int [optional]
constraint_type ConstraintTypeEnum [optional]
version_name str [optional]
language str The language code according to ISO 639-1 specification (https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) [optional]
french_friendly bool [optional]
english_friendly bool [optional]
exchange_students bool [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]