Record
subaccount-info2
No description available.
record subaccount-info2 {
created-at: option<string>,
custom-quota: option<s32>,
first-sent-at: option<string>,
id: option<string>,
name: option<string>,
reputation: option<s32>,
sent-monthly: option<s32>,
sent-total: option<s32>,
sent-weekly: option<s32>,
status: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| custom-quota | option<s32> | |
| first-sent-at | option<string> | |
| id | option<string> | |
| name | option<string> | |
| reputation | option<s32> | |
| sent-monthly | option<s32> | |
| sent-total | option<s32> | |
| sent-weekly | option<s32> | |
| status | option<string> |