GoogleCloudApigeeV1AsyncQuery constructor

GoogleCloudApigeeV1AsyncQuery({
  1. String? created,
  2. String? envgroupHostname,
  3. String? error,
  4. String? executionTime,
  5. String? name,
  6. GoogleCloudApigeeV1QueryMetadata? queryParams,
  7. String? reportDefinitionId,
  8. GoogleCloudApigeeV1AsyncQueryResult? result,
  9. String? resultFileSize,
  10. String? resultRows,
  11. String? self,
  12. String? state,
  13. String? updated,
})

Implementation

GoogleCloudApigeeV1AsyncQuery({
  this.created,
  this.envgroupHostname,
  this.error,
  this.executionTime,
  this.name,
  this.queryParams,
  this.reportDefinitionId,
  this.result,
  this.resultFileSize,
  this.resultRows,
  this.self,
  this.state,
  this.updated,
});