GoogleCloudApigeeV1Stats class
Encapsulates a stats
response.
Constructors
-
GoogleCloudApigeeV1Stats({List<
GoogleCloudApigeeV1StatsEnvironmentStats> ? environments, List<GoogleCloudApigeeV1StatsHostStats> ? hosts, GoogleCloudApigeeV1Metadata? metaData}) - GoogleCloudApigeeV1Stats.fromJson(Map json_)
Properties
-
environments
↔ List<
GoogleCloudApigeeV1StatsEnvironmentStats> ? -
List of query results on the environment level.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hosts
↔ List<
GoogleCloudApigeeV1StatsHostStats> ? -
List of query results grouped by host.
getter/setter pair
- metaData ↔ GoogleCloudApigeeV1Metadata?
-
Metadata information.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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