GoogleCloudApigeeV1QueryTimeSeriesStatsResponse constructor
GoogleCloudApigeeV1QueryTimeSeriesStatsResponse({
- List<
String> ? columns, - String? nextPageToken,
- List<
GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence> ? values,
Implementation
GoogleCloudApigeeV1QueryTimeSeriesStatsResponse({
this.columns,
this.nextPageToken,
this.values,
});