View Source GoogleApi.Container.V1.Model.HttpCacheControlResponseHeader (google_api_container v0.45.0)

RFC-2616: cache control support

Attributes

  • age (type: String.t, default: nil) - 14.6 response cache age, in seconds since the response is generated
  • directive (type: String.t, default: nil) - 14.9 request and response directives
  • expires (type: String.t, default: nil) - 14.21 response cache expires, in RFC 1123 date format

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.HttpCacheControlResponseHeader{
  age: String.t() | nil,
  directive: String.t() | nil,
  expires: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.