DevicesIdLocationsResponse extends Model implements PaginatedResponse
Tags
Interfaces, Classes and Traits
- PaginatedResponse
Table of Contents
- $data : array<string|int, mixed>|null
- $paging : Paging|null
- from() : static
- Initializing a model from an array
- getData() : array<string|int, DeviceLocation_2>
- Getter for data
- getPaging() : Paging
- Getter for paging
- jsonSerialize() : array<string|int, mixed>
Properties
$data
protected
array<string|int, mixed>|null
$data
= null
$paging
protected
Paging|null
$paging
= 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 —getData()
Getter for data
public
getData() : array<string|int, DeviceLocation_2>
Return values
array<string|int, DeviceLocation_2> —getPaging()
Getter for paging
public
getPaging() : Paging
Return values
Paging —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>