public sealed class RoutePolicyPolicyTerm : IMessage<RoutePolicyPolicyTerm>, IEquatable<RoutePolicyPolicyTerm>, IDeepCloneable<RoutePolicyPolicyTerm>, 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-03-31 UTC."],[[["The latest version of `RoutePolicyPolicyTerm` is 3.6.0, with various other versions available, ranging from 3.5.0 down to 1.0.0."],["`RoutePolicyPolicyTerm` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides properties such as `Actions`, `HasPriority`, `Match`, and `Priority` to manage and evaluate route terms."],["The class allows you to define CEL (Common Expression Language) expressions to modify routes or to determine the applicability of a term to a specific route through the `Match` and `Actions` properties."],["There are two constructors available, a default one `RoutePolicyPolicyTerm()`, and a copy constructor `RoutePolicyPolicyTerm(RoutePolicyPolicyTerm other)`."]]],[]]