default constructor. please set required fileds(project, logstore) initialized by this default constructor before using it to send request. Otherwise, request will be failed with exception.
default constructor. please set required fileds(project, logstore) initialized by this default constructor before using it to send request. Otherwise, request will be failed with exception.
public PutLogsRequest();
constructor with all required fileds
public PutLogsRequest(String,String);
constructor with all possilbe fileds
public PutLogsRequest(String,String,String,String,List<T>);