Class CacheInvalidationRule
Inheritance
CacheInvalidationRule
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class CacheInvalidationRule : IDirectResponseSchema
Properties
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