GoogleCloudApigeeV1DebugSession class

Constructors

GoogleCloudApigeeV1DebugSession({int? count, String? createTime, String? filter, String? name, String? timeout, int? tracesize, int? validity})
GoogleCloudApigeeV1DebugSession.fromJson(Map json_)

Properties

count int?
The number of request to be traced.
getter/setter pair
createTime String?
The first transaction creation timestamp, recorded by UAP.
getter/setter pair
filter String?
A conditional statement which is evaluated against the request message to determine if it should be traced.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
A unique ID for this DebugSession.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout String?
The time in seconds after which this DebugSession should end.
getter/setter pair
tracesize int?
The maximum number of bytes captured from the response payload.
getter/setter pair
validity int?
The length of time, in seconds, that this debug session is valid, starting from when it's received in the control plane.
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