GoogleCloudApigeeV1QueryTabularStatsResponse class
Encapsulates two kinds of stats that are results of the dimensions and aggregations requested.
- Tabular rows. - Time series data. Example of tabular rows, Represents security stats results as a row of flat values.
Constructors
-
GoogleCloudApigeeV1QueryTabularStatsResponse({List<
String> ? columns, String? nextPageToken, List<List< ? values})Object?> > - GoogleCloudApigeeV1QueryTabularStatsResponse.fromJson(Map json_)
Properties
-
columns
↔ List<
String> ? -
Column names corresponding to the same order as the inner values in the
stats field.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken ↔ String?
-
Next page token.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
↔ List<
List< ?Object?> > -
Resultant rows from the executed query.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited