sls sdk

ListTopicsResponse Members

ListTopicsResponse overview

Public Instance Constructors

ListTopicsResponse Constructor constructor with http header and body from response

Public Instance Properties

Count The count of log topics in the response
NextToken The next token property in the response. It is used to list more topics in next ListTopics request. If there is no more topics to list, it will return an empty string.
Topics All log topics in the response

Public Instance Methods

Equals (inherited from Object)
GetAllHeaders (inherited from SLSResponse) Get all the http response headers
GetHashCode (inherited from Object)
GetHeader (inherited from SLSResponse) Get the value from the head of response using key
GetRequestId (inherited from SLSResponse) Get request Id for current response generated on server-side. it is useful to track any potential issues for this request.
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

ListTopicsResponse Class | Aliyun.Api.SLS.Response Namespace