Record
subuser-post
No description available.
record subuser-post {
authorization-token: option<string>,
credit-allocation: option<subuser-post-credit-allocation>,
email: string,
signup-session-token: option<string>,
user-id: f64,
username: string,
}Fields
| Name | Type | Description |
|---|---|---|
| authorization-token | option<string> | |
| credit-allocation | option<subuser-post-credit-allocation> | |
| string | ||
| signup-session-token | option<string> | |
| user-id | f64 | |
| username | string |