pub async fn get_effect(
    configuration: &Configuration,
    params: GetEffectParams,
) -> Result<EffectResponseSchema, Error<GetEffectError>>Expand description
Retrieve the details of an effect.
pub async fn get_effect(
    configuration: &Configuration,
    params: GetEffectParams,
) -> Result<EffectResponseSchema, Error<GetEffectError>>Retrieve the details of an effect.