Class BackendServiceHttpCookie
The HTTP cookie used for stateful session affinity.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class BackendServiceHttpCookie : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of the cookie.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Path
Path to set for the cookie.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ttl
Lifetime of the cookie.
Declaration
[JsonProperty("ttl")]
public virtual Duration Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |