Class CacheInvalidationRule
Inheritance
CacheInvalidationRule
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CacheInvalidationRule : IDirectResponseSchema
Properties
Declaration
[JsonProperty("cacheTags")]
public virtual IList<string> CacheTags { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Host
If set, this invalidation rule will only apply to requests with a Host header matching host.
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Path
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Implements