Class HttpCacheControlResponseHeader
RFC-2616: cache control support
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class HttpCacheControlResponseHeader : IDirectResponseSchema
Properties
Age
14.6 response cache age, in seconds since the response is generated
Declaration
[JsonProperty("age")]
public virtual long? Age { get; set; }
Property Value
Type | Description |
---|---|
long? |
Directive
14.9 request and response directives
Declaration
[JsonProperty("directive")]
public virtual string Directive { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Expires
14.21 response cache expires, in RFC 1123 date format
Declaration
[JsonProperty("expires")]
public virtual string Expires { get; set; }
Property Value
Type | Description |
---|---|
string |