pub async fn get_relation_tuples(
    configuration: &Configuration,
    page_token: Option<&str>,
    page_size: Option<i64>,
    namespace: Option<&str>,
    object: Option<&str>,
    relation: Option<&str>,
    subject_id: Option<&str>,
    subject_set_namespace: Option<&str>,
    subject_set_object: Option<&str>,
    subject_set_relation: Option<&str>
) -> Result<GetRelationTuplesResponse, Error<GetRelationTuplesError>>
Expand description

Get all relation tuples that match the query. Only the namespace field is required.