GoogleApi.Compute.V1.Model.BackendServiceHttpCookie (google_api_compute v0.71.0)
View SourceThe HTTP cookie used for stateful session affinity.
Attributes
-
name(type:String.t, default:nil) - Name of the cookie. -
path(type:String.t, default:nil) - Path to set for the cookie. -
ttl(type:GoogleApi.Compute.V1.Model.Duration.t, default:nil) - Lifetime of the cookie.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.BackendServiceHttpCookie{ name: String.t() | nil, path: String.t() | nil, ttl: GoogleApi.Compute.V1.Model.Duration.t() | nil }