Record
account-response
No description available.
record account-response {
created-at: option<string>,
id: option<string>,
options: option<account-response-options>,
owner-email: option<string>,
owner-id: option<string>,
vanity-url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| id | option<string> | |
| options | option<account-response-options> | |
| owner-email | option<string> | |
| owner-id | option<string> | |
| vanity-url | option<string> |