sls sdk

GetLogsRequest Constructor

default constructor. please set required fileds(project, logstore, from, to) initialized by this default constructor before using it to send request. Otherwise, request will be failed with exception.

Overload List

default constructor. please set required fileds(project, logstore, from, to) initialized by this default constructor before using it to send request. Otherwise, request will be failed with exception.

public GetLogsRequest();

constructor with all required fileds

public GetLogsRequest(String,String,UInt32,UInt32);

constructor with all possible fileds

public GetLogsRequest(String,String,UInt32,UInt32,String,String,Int32,Int32,Boolean);

See Also

GetLogsRequest Class | Aliyun.Api.SLS.Request Namespace