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