Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.26 KB

BeezUPCommonLinkParameter3.md

File metadata and controls

17 lines (14 loc) · 1.26 KB

SwaggerClient::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]
lov_link BeezUPCommonLOVLink3 [optional]
lov_required 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 Hash<String, BeezUPCommonLinkParameterProperty3> If the parameter is an object with flexible properties (additionProperties/dictionary), we will describe the properties of the object. [optional]