pub async fn create_domain(
configuration: &mut Configuration,
params: CreateDomainParams,
) -> Result<DomainResponse, Error<CreateDomainError>>
Expand description
Create a domain for a particular service and version.
pub async fn create_domain(
configuration: &mut Configuration,
params: CreateDomainParams,
) -> Result<DomainResponse, Error<CreateDomainError>>
Create a domain for a particular service and version.