Topsort Analytics
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Topsort Analytics
Topsort Analytics
/
com.topsort.analytics.model.auctions
/
Auction
/
Category
Category
data
class
Category
(
val
id
:
String
?
=
null
,
val
ids
:
List
<
String
>
?
=
null
,
val
disjunctions
:
List
<
List
<
String
>
>
?
=
null
)
(
source
)
Members
Constructors
Category
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
ids
:
List
<
String
>
?
=
null
,
disjunctions
:
List
<
List
<
String
>
>
?
=
null
)
Properties
disjunctions
Link copied to clipboard
val
disjunctions
:
List
<
List
<
String
>
>
?
id
Link copied to clipboard
val
id
:
String
?
ids
Link copied to clipboard
val
ids
:
List
<
String
>
?
Functions
to
Json
Object
Link copied to clipboard
fun
toJsonObject
(
)
:
JSONObject