pub async fn get_portfolios(
    configuration: &Configuration,
    workspace: &str,
    owner: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20010, Error<GetPortfoliosError>>
Expand description

Returns a list of the portfolios in compact representation that are owned by the current API user.