GoogleCloudApigeeV1FlowHookConfig constructor

GoogleCloudApigeeV1FlowHookConfig({
  1. bool? continueOnError,
  2. String? name,
  3. String? sharedFlowName,
})

Implementation

GoogleCloudApigeeV1FlowHookConfig({
  this.continueOnError,
  this.name,
  this.sharedFlowName,
});