File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
fern/docs/pages/sdks/mobile/flutter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ All properties in `UserTraits` are optional.
181
181
| ` description ` | ` String? ` | A description of the user |
182
182
| ` customFields ` | ` { [key: String]: any } ` | Dictionary of custom fields configured in DevRev |
183
183
184
- #### OrganizationTraits
184
+ #### Organization traits
185
185
186
186
The ` OrganizationTraits ` class contains detailed information about the organization:
187
187
@@ -198,7 +198,7 @@ All properties in `OrganizationTraits` are optional.
198
198
| ` tier ` | ` String? ` | The organization's tier or plan level |
199
199
| ` customFields ` | ` { [key: String]: any } ` | Dictionary of custom fields configured in DevRev |
200
200
201
- #### AccountTraits
201
+ #### Account traits
202
202
203
203
The ` AccountTraits ` class contains detailed information about the account:
204
204
You can’t perform that action at this time.
0 commit comments