ListSIPTrunkRequest
extends Message
in package
Generated from protobuf message livekit.ListSIPTrunkRequest
Table of Contents
Properties
- $page : mixed
- Generated from protobuf field <code>.livekit.Pagination page = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearPage() : mixed
- getPage() : Pagination|null
- Generated from protobuf field <code>.livekit.Pagination page = 1;</code>
- hasPage() : mixed
- setPage() : $this
- Generated from protobuf field <code>.livekit.Pagination page = 1;</code>
Properties
$page
Generated from protobuf field <code>.livekit.Pagination page = 1;</code>
protected
mixed
$page
= null
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 \Livekit\Pagination $page}
clearPage()
public
clearPage() : mixed
getPage()
Generated from protobuf field <code>.livekit.Pagination page = 1;</code>
public
getPage() : Pagination|null
Return values
Pagination|nullhasPage()
public
hasPage() : mixed
setPage()
Generated from protobuf field <code>.livekit.Pagination page = 1;</code>
public
setPage(Pagination $var) : $this
Parameters
- $var : Pagination