View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityActionFlag (google_api_apigee v0.46.0)

The message that should be set in the case of a Flag action.

Attributes

  • headers (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityActionHttpHeader.t), default: nil) - Optional. A list of HTTP headers to be sent to the target in case of a FLAG SecurityAction. Limit 5 headers per SecurityAction. At least one is mandatory.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityActionFlag{
  headers:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityActionHttpHeader.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.