GoogleCloudApigeeV1ListAsyncQueriesResponse constructor

GoogleCloudApigeeV1ListAsyncQueriesResponse({
  1. List<GoogleCloudApigeeV1AsyncQuery>? queries,
})

Implementation

GoogleCloudApigeeV1ListAsyncQueriesResponse({
  this.queries,
});