Backend Service Strong Session Affinity Cookie
data class BackendServiceStrongSessionAffinityCookie(val name: String? = null, val path: String? = null, val ttl: BackendServiceStrongSessionAffinityCookieTtl? = null)
Constructors
Link copied to clipboard
constructor(name: String? = null, path: String? = null, ttl: BackendServiceStrongSessionAffinityCookieTtl? = null)