GoogleCloudApigeeV1FlowHook constructor

GoogleCloudApigeeV1FlowHook({
  1. bool? continueOnError,
  2. String? description,
  3. String? flowHookPoint,
  4. String? sharedFlow,
})

Implementation

GoogleCloudApigeeV1FlowHook({
  this.continueOnError,
  this.description,
  this.flowHookPoint,
  this.sharedFlow,
});