GoogleCloudApigeeV1FlowHook class

Constructors

GoogleCloudApigeeV1FlowHook({bool? continueOnError, String? description, String? flowHookPoint, String? sharedFlow})
GoogleCloudApigeeV1FlowHook.fromJson(Map json_)

Properties

continueOnError bool?
Flag that specifies whether execution should continue if the flow hook throws an exception.
getter/setter pair
description String?
Description of the flow hook.
getter/setter pair
flowHookPoint String?
Where in the API call flow the flow hook is invoked.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedFlow String?
Shared flow attached to this flow hook, or empty if there is none attached.
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