GoogleCloudApigeeV1DebugSessionTransaction class

A transaction contains all of the debug information of the entire message flow of an API call processed by the runtime plane.

The information is collected and recorded at critical points of the message flow in the runtime apiproxy.

Properties

completed bool?
Flag indicating whether a transaction is completed or not
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
point List<GoogleCloudApigeeV1Point>?
List of debug data collected by runtime plane at various defined points in the flow.
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