Record
user-create-response
No description available.
record user-create-response {
email: option<string>,
first-name: option<string>,
id: option<string>,
last-name: option<string>,
type-op: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| option<string> | ||
| first-name | option<string> | |
| id | option<string> | |
| last-name | option<string> | |
| type-op | option<s32> |