GoogleCloudApigeeV1QueryTabularStatsResponse constructor

GoogleCloudApigeeV1QueryTabularStatsResponse({
  1. List<String>? columns,
  2. String? nextPageToken,
  3. List<List<Object?>>? values,
})

Implementation

GoogleCloudApigeeV1QueryTabularStatsResponse({
  this.columns,
  this.nextPageToken,
  this.values,
});