PublishedWidgetListResponse
data class PublishedWidgetListResponse
Fields
Name | Description |
---|---|
val next: String?
|
|
val previous: String?
|
|
val count: Int?
|
|
val results: List<LiveLikeWidget?>?
|
Constructors
<init>
constructor(next: String?, previous: String?, count: Int?, results: List<LiveLikeWidget?>?)
Parameters
Name | Description |
---|---|
next: String?
|
|
previous: String?
|
|
count: Int?
|
|
results: List<LiveLikeWidget?>?
|