Skip to content

CustomVariableSpecValuesFormat🔗

Definition🔗

type CustomVariableSpecValuesFormat string
const (
    CustomVariableSpecValuesFormatCsv CustomVariableSpecValuesFormat = "csv"
    CustomVariableSpecValuesFormatJson CustomVariableSpecValuesFormat = "json"
)