View Source GoogleApi.Compute.V1.Model.BackendBucketCdnPolicyCacheKeyPolicy (google_api_compute v0.56.0)

Message containing what to include in the cache key for a request for Cloud CDN.

Attributes

  • includeHttpHeaders (type: list(String.t), default: nil) - Allows HTTP request headers (by name) to be used in the cache key.
  • queryStringWhitelist (type: list(String.t), default: nil) - Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.BackendBucketCdnPolicyCacheKeyPolicy{
  includeHttpHeaders: [String.t()] | nil,
  queryStringWhitelist: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.