GoogleCloudApigeeV1AsyncQueryResultView class
Constructors
-
GoogleCloudApigeeV1AsyncQueryResultView({int? code, String? error, GoogleCloudApigeeV1QueryMetadata? metadata, List<
Object?> ? rows, String? state}) - GoogleCloudApigeeV1AsyncQueryResultView.fromJson(Map json_)
Properties
- code ↔ int?
-
Error code when there is a failure.
getter/setter pair
- error ↔ String?
-
Error message when there is a failure.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata ↔ GoogleCloudApigeeV1QueryMetadata?
-
Metadata contains information like metrics, dimenstions etc of the
AsyncQuery.
getter/setter pair
-
rows
↔ List<
Object?> ? -
Rows of query result.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of retrieving ResultView.
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