pub async fn fetch_key(
    configuration: &Configuration,
    account_sid: &str,
    sid: &str
) -> Result<ApiPeriodV2010PeriodAccountPeriodKey, Error<FetchKeyError>>
Expand description