GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo constructor

GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo({
  1. String? md5,
  2. String? sizeBytes,
  3. String? uri,
})

Implementation

GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo({
  this.md5,
  this.sizeBytes,
  this.uri,
});