File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -72,19 +72,15 @@ to_json returns a copy of the Domain object's data in a json format.
72
72
73
73
### Attributes
74
74
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
75
+ - ** fields** - This attribute is an iterable object containing a set of fields and their associated properties.
76
+ - ** container** - The lsid of the container where the domain is or will be defined.
77
+ - ** description** - The description of the domain.
78
+ - ** domain_id** - The ID value associated with the domain in its LabKey Server instance.
79
+ - ** domain_uri** - The URI for the domain in its LabKey Server instance.
80
+ - ** name** - The name of the domain.
81
+ - ** query_name** - The query associated with the domain.
82
+ - ** schema_name** - The schema of the query associated with the domain.
83
+ - ** template_description** - The description of the template used to make this domain, if a template was used.
88
84
89
85
## Examples
90
86
For examples, see the /samples/domain_example.py file.
You can’t perform that action at this time.
0 commit comments