RunQueryRequest constructor
RunQueryRequest({
- String? databaseId,
- ExplainOptions? explainOptions,
- GqlQuery? gqlQuery,
- PartitionId? partitionId,
- PropertyMask? propertyMask,
- Query? query,
- ReadOptions? readOptions,
Implementation
RunQueryRequest({
this.databaseId,
this.explainOptions,
this.gqlQuery,
this.partitionId,
this.propertyMask,
this.query,
this.readOptions,
});