FetchRecordingsResponse
extends BaseResponse
in package
Table of Contents
Properties
- $rawResponse : object
Methods
- __construct() : mixed
- getFrom() : int
- getLimit() : int
- getOrderBy() : string
- getRawResponse() : object
- getRecordings() : array<string|int, RecordingInfo>
- getResponseMsg() : string
- getStatus() : bool
- getTotalRecordings() : int
Properties
$rawResponse
protected
object
$rawResponse
Methods
__construct()
public
__construct(object $rawResponse) : mixed
Parameters
- $rawResponse : object
getFrom()
public
getFrom() : int
Return values
intgetLimit()
public
getLimit() : int
Return values
intgetOrderBy()
public
getOrderBy() : string
Return values
stringgetRawResponse()
public
getRawResponse() : object
Return values
objectgetRecordings()
public
getRecordings() : array<string|int, RecordingInfo>
Return values
array<string|int, RecordingInfo>getResponseMsg()
public
getResponseMsg() : string
Return values
stringgetStatus()
public
getStatus() : bool
Return values
boolgetTotalRecordings()
public
getTotalRecordings() : int