sls sdk

GetLogsResponse Constructor 

constructor with http header and body from response

public GetLogsResponse(
   IDictionary<TKey,TValue> headers,
   JObject jsonBody
);

Parameters

IDictionary<TKey,TValue>
http header from response
JObject
http body (in json) from response

See Also

GetLogsResponse Class | Aliyun.Api.SLS.Response Namespace