Table of Contents

Class GxGamesPaginationData

This object contains the pagination data for requests which get lists of items.

Inheritance
RefCounted
GxGamesPaginationData

Properties

currPage

var currPage : int

Property Value

int

numPerPage

var numPerPage : int

Property Value

int

totalItems

var totalItems : int

Property Value

int

totalPages

var totalPages : int

Property Value

int

Methods

from_dict(Variant)

Qualifiers: static

GxGamesPaginationData from_dict(Variant data_raw)

Parameters

data_raw Variant