Function create_variable

Source
pub async fn create_variable(
    configuration: &Configuration,
    workspace: &str,
    create_variable: CreateVariable,
    already_encrypted: Option<bool>,
) -> Result<String, Error<CreateVariableError>>