pub async fn get_expand(
    configuration: &Configuration,
    namespace: &str,
    object: &str,
    relation: &str,
    max_depth: Option<i64>
) -> Result<ExpandTree, Error<GetExpandError>>
Expand description

Use this endpoint to expand a relation tuple.