RunQueryRequest constructor

RunQueryRequest({
  1. String? databaseId,
  2. GqlQuery? gqlQuery,
  3. PartitionId? partitionId,
  4. Query? query,
  5. ReadOptions? readOptions,
})

Implementation

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