QueryInfo constructor

QueryInfo({
  1. int? createTime,
  2. String? logGroupName,
  3. String? queryId,
  4. String? queryString,
  5. QueryStatus? status,
})

Implementation

QueryInfo({
  this.createTime,
  this.logGroupName,
  this.queryId,
  this.queryString,
  this.status,
});