BackendServiceConsistentHashHttpCookie

data class BackendServiceConsistentHashHttpCookie(val name: String? = null, val path: String? = null, val ttl: BackendServiceConsistentHashHttpCookieTtl? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, path: String? = null, ttl: BackendServiceConsistentHashHttpCookieTtl? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the cookie.

Link copied to clipboard
val path: String? = null

Path to set for the cookie.

Link copied to clipboard

Lifetime of the cookie. Structure is documented below.