GoogleCloudApigeeV1AsyncQueryResultView constructor

GoogleCloudApigeeV1AsyncQueryResultView({
  1. int? code,
  2. String? error,
  3. GoogleCloudApigeeV1QueryMetadata? metadata,
  4. List<Object?>? rows,
  5. String? state,
})

Implementation

GoogleCloudApigeeV1AsyncQueryResultView({
  this.code,
  this.error,
  this.metadata,
  this.rows,
  this.state,
});