OpsAnalyticsQuery constructor

OpsAnalyticsQuery({
  1. String? sqlQueryText,
})

Implementation

OpsAnalyticsQuery({
  this.sqlQueryText,
});