library
library
/
io.constructor.data.model.common
/
VariationsMap
Variations
Map
@
JsonClass
(
generateAdapter
=
true
)
data
class
VariationsMap
(
@
Json
(
name
=
"dtype"
)
val
dtype
:
String
,
@
Json
(
name
=
"values"
)
val
values
:
Map
<
String
,
Map
<
String
,
String
>
>
,
@
Json
(
name
=
"group_by"
)
val
groupBy
:
List
<
Map
<
String
,
String
>
>
?
=
null
,
@
Json
(
name
=
"filter_by"
)
var
filterBy
:
String
?
=
null
)
:
Serializable
Content copied to clipboard
Models variations map object available for modifying the request
Constructors
Properties
Constructors
Variations
Map
Link copied to clipboard
fun
VariationsMap
(
@
Json
(
name
=
"dtype"
)
dtype
:
String
,
@
Json
(
name
=
"values"
)
values
:
Map
<
String
,
Map
<
String
,
String
>
>
,
@
Json
(
name
=
"group_by"
)
groupBy
:
List
<
Map
<
String
,
String
>
>
?
=
null
,
@
Json
(
name
=
"filter_by"
)
filterBy
:
String
?
=
null
)
Content copied to clipboard
Properties
dtype
Link copied to clipboard
val
dtype
:
String
Content copied to clipboard
filter
By
Link copied to clipboard
var
filterBy
:
String
?
=
null
Content copied to clipboard
group
By
Link copied to clipboard
val
groupBy
:
List
<
Map
<
String
,
String
>
>
?
=
null
Content copied to clipboard
values
Link copied to clipboard
val
values
:
Map
<
String
,
Map
<
String
,
String
>
>
Content copied to clipboard