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.
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 GetHistogramsRequest();
constructor with all required fileds
public GetHistogramsRequest(String,String,UInt32,UInt32);
constructor with all possible fileds
public GetHistogramsRequest(String,String,UInt32,UInt32,String,String);
GetHistogramsRequest Class | Aliyun.Api.SLS.Request Namespace