pub async fn get_domain(
configuration: &mut Configuration,
params: GetDomainParams,
) -> Result<DomainResponse, Error<GetDomainError>>
Expand description
Get the domain for a particular service and version.
pub async fn get_domain(
configuration: &mut Configuration,
params: GetDomainParams,
) -> Result<DomainResponse, Error<GetDomainError>>
Get the domain for a particular service and version.