GifSearchDataModel

open class GifSearchDataModel

Properties

Link copied to clipboard
private open var count: Int
the number of GIFs in current page
Link copied to clipboard
private open var listGifSearchItems: List<GifSearchItem>
Link copied to clipboard
private open var offset: Int
the index of the first GIF of current page relative to all found GIFs
Link copied to clipboard
private open var responseStatus: Int
code to handle error
Link copied to clipboard
private open var totalCount: Int
the total count of found GIFs