ListTopicsResponse Constructor
|
constructor with http header and body from response |
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 |
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) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
ListTopicsResponse Class | Aliyun.Api.SLS.Response Namespace