Show / Hide Table of Contents

Class BackendServiceHttpCookie

The HTTP cookie used for stateful session affinity.

Inheritance
object
BackendServiceHttpCookie
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX