Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.42 KB

BeezUPCommonLinkParameter3.md

File metadata and controls

18 lines (15 loc) · 1.42 KB

IO.Swagger.Model.BeezUPCommonLinkParameter3

Properties

Name Type Description Notes
Label string The label corresponding to the link parameter. This label is automatically translated based on the Accept-Language http header. [optional]
Value Object The value of the parameter. It can be an integer a string or an object. [optional]
Required bool? [optional] [default to false]
_In BeezUPCommonParameterIn
Type BeezUPCommonParameterType [optional]
LovLink BeezUPCommonLOVLink3 [optional]
LovRequired bool? If true, you MUST indicate a value from the list of values otherwise it's a freetext [optional]
Description string description of the parameter [optional]
Schema string schema of the parameter [optional]
Properties Dictionary<string, BeezUPCommonLinkParameterProperty3> If the parameter is an object with flexible properties (additionProperties/dictionary), we will describe the properties of the object. [optional]

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