Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.05 KB

ReportParameter.md

File metadata and controls

18 lines (14 loc) · 1.05 KB

Yaksa.OrckestraCommerce.Client.Model.ReportParameter

ReportParameter

Properties

Name Type Description Notes
CausesParametersRefresh bool value that informs the UI to refresh all the parameters when this parameter changes [optional]
DefaultValues List<string> default value(s) [optional]
DisplayName string text to be display to the user [optional]
MultiValue bool behavior of a list [optional]
Name string internal name of the parameter [optional]
ParameterType string value that informs the UI about the type of this parameter [optional]
Required bool required state of the parameter [optional]
ValidValues List<ReportParameterValue> availables values for a list [optional]

[Back to Model list] [Back to API list] [Back to README]