HtmlrenderWebkitHeadlessProtoCookie

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoCookie


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. domain (type: String.t, default: nil)
    -
  2. expiration (type: float(), default: nil)
    -
  3. httpOnly (type: boolean(), default: nil)
    -
  4. name (type: String.t, default: nil)
    -
  5. path (type: String.t, default: nil)
    -
  6. sameSite (type: String.t, default: nil)
    -
  7. secure (type: boolean(), default: nil)
    -
  8. value (type: String.t, default: nil)
    -

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoCookie