Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.gropus
/
ItemsGroupsResponse
/
Group
Group
data
class
Group
(
val
externalId
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
imageUrl
:
String
?
=
null
,
val
order
:
Int
,
val
level
:
Int
,
val
children
:
List
<
ItemsGroupsResponse.Group
>
=
emptyList()
,
val
parentExternalId
:
String
?
=
null
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Group
Link copied to clipboard
fun
Group
(
externalId
:
String
?
=
null
,
name
:
String
?
=
null
,
description
:
String
?
=
null
,
imageUrl
:
String
?
=
null
,
order
:
Int
,
level
:
Int
,
children
:
List
<
ItemsGroupsResponse.Group
>
=
emptyList()
,
parentExternalId
:
String
?
=
null
)
Content copied to clipboard
Properties
children
Link copied to clipboard
val
children
:
List
<
ItemsGroupsResponse.Group
>
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
?
=
null
Content copied to clipboard
external
Id
Link copied to clipboard
@
SerializedName
(
value
=
"external_id"
)
val
externalId
:
String
?
=
null
Content copied to clipboard
image
Url
Link copied to clipboard
@
SerializedName
(
value
=
"image_url"
)
val
imageUrl
:
String
?
=
null
Content copied to clipboard
level
Link copied to clipboard
val
level
:
Int
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
=
null
Content copied to clipboard
order
Link copied to clipboard
val
order
:
Int
Content copied to clipboard
parent
External
Id
Link copied to clipboard
@
SerializedName
(
value
=
"parent_external_id"
)
val
parentExternalId
:
String
?
=
null
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard