Versions in this module Expand all Collapse all v7 v7.1.0 Apr 17, 2023 Changes in this version + var InputDataTypeValues = inputDataTypeValuesType + var InputFilterOperatorValues = inputFilterOperatorValuesType + var InputModeValues = inputModeValuesType + type InputDataType string + type InputDescriptor struct + DependencyInputIds *[]string + Description *string + GroupName *string + HasDynamicValueInformation *bool + Id *string + InputMode *InputMode + IsConfidential *bool + Name *string + Properties *map[string]interface{} + Type *string + UseInDefaultDescription *bool + Validation *InputValidation + ValueHint *string + Values *InputValues + type InputFilter struct + Conditions *[]InputFilterCondition + type InputFilterCondition struct + CaseSensitive *bool + InputId *string + InputValue *string + Operator *InputFilterOperator + type InputFilterOperator string + type InputMode string + type InputValidation struct + DataType *InputDataType + IsRequired *bool + MaxLength *int + MaxValue *big.Float + MinLength *int + MinValue *big.Float + Pattern *string + PatternMismatchErrorMessage *string + type InputValue struct + Data *map[string]interface{} + DisplayValue *string + Value *string + type InputValues struct + DefaultValue *string + Error *InputValuesError + InputId *string + IsDisabled *bool + IsLimitedToPossibleValues *bool + IsReadOnly *bool + PossibleValues *[]InputValue + type InputValuesError struct + Message *string + type InputValuesQuery struct + CurrentValues *map[string]string + InputValues *[]InputValues + Resource interface{} Other modules containing this package github.com/microsoft/azure-devops-go-api/azuredevops github.com/microsoft/azure-devops-go-api/azuredevops/v6