public sealed class CacheInvalidationRule : IMessage<CacheInvalidationRule>, IEquatable<CacheInvalidationRule>, IDeepCloneable<CacheInvalidationRule>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `CacheInvalidationRule` class, found in the `Google.Cloud.Compute.V1` namespace, is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, within the Google Cloud Compute API, allows users to define rules for cache invalidation, as demonstrated by its constructors and properties such as `Host` and `Path`."],["Version 3.6.0 is the latest version of the `CacheInvalidationRule` available in the provided content, with a range of versions from 1.0.0 to 3.6.0 also being accessible."],["The class `CacheInvalidationRule` has two constructors, one being parameterless, and another that takes in an instance of `CacheInvalidationRule` to initialize its own properties."],["The `CacheInvalidationRule` class offers properties such as `HasHost`, `HasPath`, `Host`, and `Path` for managing cache invalidation behavior, which can be set by the user, and are of type boolean or string."]]],[]]