Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.24 KB

File metadata and controls

17 lines (14 loc) · 1.24 KB

BeezUpApi.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 Boolean [optional] [default to false]
_in BeezUPCommonParameterIn
type BeezUPCommonParameterType [optional]
lovLink BeezUPCommonLOVLink3 [optional]
lovRequired Boolean 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 {String: BeezUPCommonLinkParameterProperty3} If the parameter is an object with flexible properties (additionProperties/dictionary), we will describe the properties of the object. [optional]