GoogleCloudApigeeV1FlowHookConfig class

Constructors

GoogleCloudApigeeV1FlowHookConfig({bool? continueOnError, String? name, String? sharedFlowName})
GoogleCloudApigeeV1FlowHookConfig.fromJson(Map json_)

Properties

continueOnError bool?
Flag that specifies whether the flow should abort after an error in the flow hook.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the flow hook in the following format: organizations/{org}/environments/{env}/flowhooks/{point}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedFlowName String?
Name of the shared flow to invoke in the following format: organizations/{org}/sharedflows/{sharedflow}
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