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