GoogleCloudApigeeV1AsyncQuery constructor
GoogleCloudApigeeV1AsyncQuery({
- String? created,
- String? envgroupHostname,
- String? error,
- String? executionTime,
- String? name,
- GoogleCloudApigeeV1QueryMetadata? queryParams,
- String? reportDefinitionId,
- GoogleCloudApigeeV1AsyncQueryResult? result,
- String? resultFileSize,
- String? resultRows,
- String? self,
- String? state,
- 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,
});