GroupsIdGeolocationPayloads extends Request
Retrieve a list of geolocation payload according to request filters.
Table of Contents
- $limit : int|null
- The maximum number of items to return
- $offset : int|null
- The number of items to skip
- $pageId : string|null
- Token representing the page to retrieve
- from() : static
- Initializing a model from an array
- jsonSerialize() : array<string|int, mixed>
- setLimit() : static
- Setter for limit
- setOffset() : static
- Setter for offset
- setPageId() : static
- Setter for pageId
Properties
$limit
The maximum number of items to return
protected
int|null
$limit
= null
$offset
The number of items to skip
protected
int|null
$offset
= null
$pageId
Token representing the page to retrieve
protected
string|null
$pageId
= null
Methods
from()
Initializing a model from an array
public
static from(array<string|int, mixed> $params) : static
Parameters
- $params : array<string|int, mixed>
-
Pass this parameter if you want to initial property value from an array. See API reference for all property names and types
Tags
Return values
static —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —setLimit()
Setter for limit
public
setLimit(int $limit) : static
Parameters
- $limit : int
-
The maximum number of items to return
Return values
static —To use in method chains
setOffset()
Setter for offset
public
setOffset(int $offset) : static
Parameters
- $offset : int
-
The number of items to skip
Return values
static —To use in method chains
setPageId()
Setter for pageId
public
setPageId(string $pageId) : static
Parameters
- $pageId : string
-
Token representing the page to retrieve
Return values
static —To use in method chains