toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.webutils
/
ReferencePropertyWithOptions
Reference
Property
With
Options
data
class
ReferencePropertyWithOptions
(
val
propertyName
:
String
,
val
propertyNullable
:
Boolean
,
val
options
:
List
<
Model
<
out
Any
>
>
)
Members
Constructors
Reference
Property
With
Options
Link copied to clipboard
constructor
(
propertyName
:
String
,
propertyNullable
:
Boolean
,
options
:
List
<
Model
<
out
Any
>
>
)
Properties
options
Link copied to clipboard
val
options
:
List
<
Model
<
out
Any
>
>
property
Name
Link copied to clipboard
val
propertyName
:
String
property
Nullable
Link copied to clipboard
val
propertyNullable
:
Boolean