Aliyun_Log_Models_ListTopicsResponse

Extends \Aliyun_Log_Models_Response

The response of the ListTopics API from log service.

author

log service dev

package

LOG_PHP_SDK

Methods

Aliyun_Log_Models_Response constructor

__construct( $headers) 
inherited

Arguments

$headers

Get all http headers

getAllHeaders() : array
inherited

Response

array

HTTP response header

Get the number of all the topics from the response

getCount() : integer

Response

integer

the number of all the topics from the response

Get specified http header

getHeader(string $key) : string
inherited

Arguments

$key

string

key to get header

Response

string

HTTP response header. '' will be return if not set.

Return the next token from the response. If there is no more topic to list, it will return None

getNextToken() : \string/null

Response

\string/null

next token used to list more topics

Get the request id of the response. '' will be return if not set.

getRequestId() : string
inherited

Response

string

request id

Get all the topics from the response

getTopics() : array

Response

array

topics list

Properties

the number of all the topics from the response

count : integer
var

the number of all the topics from the response

Type(s)

integer

topics list

topics : array
var

topics list

Type(s)

array

the next token from the response. If there is no more topic to list, it will return None

nextToken : \string/null
var

the next token from the response. If there is no more topic to list, it will return None

Type(s)

\string/null

HTTP response header

headers : array
inherited
var

HTTP response header

Type(s)

array