Pagination
extends Message
in package
Generated from protobuf message <code>livekit.Pagination</code>
Table of Contents
Properties
- $after_id : mixed
- list entities which IDs are greater
- $limit : mixed
- Generated from protobuf field <code>int32 limit = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getAfterId() : string
- list entities which IDs are greater
- getLimit() : int
- Generated from protobuf field <code>int32 limit = 2;</code>
- setAfterId() : $this
- list entities which IDs are greater
- setLimit() : $this
- Generated from protobuf field <code>int32 limit = 2;</code>
Properties
$after_id
list entities which IDs are greater
protected
mixed
$after_id
= ''
Generated from protobuf field string after_id = 1;
$limit
Generated from protobuf field <code>int32 limit = 2;</code>
protected
mixed
$limit
= 0
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $after_id list entities which IDs are greater @type int $limit}
getAfterId()
list entities which IDs are greater
public
getAfterId() : string
Generated from protobuf field string after_id = 1;
Return values
stringgetLimit()
Generated from protobuf field <code>int32 limit = 2;</code>
public
getLimit() : int
Return values
intsetAfterId()
list entities which IDs are greater
public
setAfterId(string $var) : $this
Generated from protobuf field string after_id = 1;
Parameters
- $var : string
Return values
$thissetLimit()
Generated from protobuf field <code>int32 limit = 2;</code>
public
setLimit(int $var) : $this
Parameters
- $var : int