QueryInfo constructor
QueryInfo({
- int? createTime,
- String? logGroupName,
- String? queryId,
- String? queryString,
- QueryStatus? status,
Implementation
QueryInfo({
this.createTime,
this.logGroupName,
this.queryId,
this.queryString,
this.status,
});