View Source GoogleApi.Compute.V1.Model.BackendBucketCdnPolicyBypassCacheOnRequestHeader (google_api_compute v0.56.2)

Bypass the cache when the specified request headers are present, e.g. Pragma or Authorization headers. Values are case insensitive. The presence of such a header overrides the cache_mode setting.

Attributes

  • headerName (type: String.t, default: nil) - The header field name to match on when bypassing cache. Values are case-insensitive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.BackendBucketCdnPolicyBypassCacheOnRequestHeader{
    headerName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.