google_api_apigee v0.9.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1FlowHookConfig View Source

Attributes

  • continueOnError (type: boolean(), default: nil) - Should the flow abort after an error in the flow hook. Should default to true if unset.
  • name (type: String.t, default: nil) - The name of the flow hook. Must be of the form 'organizations/{org}/environments/{env}/flowhooks/{point}''. Known points are PreProxyFlowHook, PostProxyFlowHook, PreTargetFlowHook, and PostTargetFlowHook
  • sharedFlowName (type: String.t, default: nil) - The name of the shared flow to invoke. Must be of the form 'organizations/{org}/sharedflows/{sharedflow}'.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1FlowHookConfig{
  continueOnError: boolean(),
  name: String.t(),
  sharedFlowName: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.