pub async fn user_validations(
    configuration: &Configuration,
    field: &str,
    user_validations: UserValidations,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<bool, Error<UserValidationsError>>
Expand description

Validates a certain field.