Skip to main content

list_assets

Function list_assets 

Source
pub async fn list_assets(
    configuration: &Configuration,
    workspace: &str,
    per_page: Option<i32>,
    cursor_created_at: Option<String>,
    cursor_id: Option<i64>,
    asset_path: Option<&str>,
    usage_path: Option<&str>,
    asset_kinds: Option<&str>,
) -> Result<ListAssets200Response, Error<ListAssetsError>>