GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1FlowHookConfig (google_api_apigee v0.54.0)

View Source

Attributes

  • continueOnError (type: boolean(), default: nil) - Flag that specifies whether the flow should abort after an error in the flow hook. Defaults to true (continue on error).
  • name (type: String.t, default: nil) - Name of the flow hook in the following format: organizations/{org}/environments/{env}/flowhooks/{point}. Valid point values include: PreProxyFlowHook, PostProxyFlowHook, PreTargetFlowHook, and PostTargetFlowHook
  • sharedFlowName (type: String.t, default: nil) - Name of the shared flow to invoke in the following format: organizations/{org}/sharedflows/{sharedflow}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.