View Source GoogleApi.CloudFunctions.V1.Model.FailurePolicy (google_api_cloud_functions v0.37.0)

Describes the policy in case of function's execution failure. If empty, then defaults to ignoring failures (i.e. not retrying them).

Attributes

  • retry (type: GoogleApi.CloudFunctions.V1.Model.Retry.t, default: nil) - If specified, then the function will be retried in case of a failure.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudFunctions.V1.Model.FailurePolicy{
  retry: GoogleApi.CloudFunctions.V1.Model.Retry.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.