View Source GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoCookie (google_api_content_warehouse v0.4.0)

Attributes

  • domain (type: String.t, default: nil) -
  • expiration (type: float(), default: nil) -
  • httpOnly (type: boolean(), default: nil) -
  • name (type: String.t, default: nil) -
  • path (type: String.t, default: nil) -
  • sameSite (type: String.t, default: nil) -
  • secure (type: boolean(), default: nil) -
  • value (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoCookie{
  domain: String.t() | nil,
  expiration: float() | nil,
  httpOnly: boolean() | nil,
  name: String.t() | nil,
  path: String.t() | nil,
  sameSite: String.t() | nil,
  secure: boolean() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.