RunQueryRequest constructor

RunQueryRequest({
  1. String? databaseId,
  2. ExplainOptions? explainOptions,
  3. GqlQuery? gqlQuery,
  4. PartitionId? partitionId,
  5. PropertyMask? propertyMask,
  6. Query? query,
  7. ReadOptions? readOptions,
})

Implementation

RunQueryRequest({
  this.databaseId,
  this.explainOptions,
  this.gqlQuery,
  this.partitionId,
  this.propertyMask,
  this.query,
  this.readOptions,
});