Get Account Roles Result
data class GetAccountRolesResult(val accountId: String, val id: String, val roles: List<GetAccountRolesRole>)
A collection of values returned by getAccountRoles.
A collection of values returned by getAccountRoles.