Skip to content

Commit 422b906

Browse files
authored
Update domain.md
1 parent 69858f1 commit 422b906

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

docs/domain.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,15 @@ to_json returns a copy of the Domain object's data in a json format.
7272

7373
### Attributes
7474

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.
8884

8985
## Examples
9086
For examples, see the /samples/domain_example.py file.

0 commit comments

Comments
 (0)