pub type ListAccountsResponse = ListAccountsResponse200Body;

Aliased Type§

struct ListAccountsResponse {
    pub accounts: Option<Vec<AccountProperties>>,
}

Fields§

§accounts: Option<Vec<AccountProperties>>

The list of Accounts the client is authorized to access and their associated properties.