pub async fn get_match_simple(
configuration: &Configuration,
match_key: &str,
if_none_match: Option<&str>,
) -> Result<MatchSimple, Error<GetMatchSimpleError>>
Expand description
Gets a short-form Match
object for the given match key.
pub async fn get_match_simple(
configuration: &Configuration,
match_key: &str,
if_none_match: Option<&str>,
) -> Result<MatchSimple, Error<GetMatchSimpleError>>
Gets a short-form Match
object for the given match key.