public sealed class CustomLevel : IMessage<CustomLevel>, IEquatable<CustomLevel>, IDeepCloneable<CustomLevel>, IBufferMessage, IMessage
CustomLevel is an AccessLevel using the Cloud Common Expression Language
to represent the necessary conditions for the level to apply to a request.
See CEL spec at: https://github.com/google/cel-spec
[[["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-21 UTC."],[[["The latest version available for `CustomLevel` is 2.5.0, and the document details information for version 1.2.0."],["`CustomLevel` is a type of `AccessLevel` that utilizes the Cloud Common Expression Language (CEL) to determine the conditions under which it applies."],["`CustomLevel` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `CustomLevel` has a property `Expr` which requires a Cloud CEL expression that results in a boolean."],["There are two constructors available for `CustomLevel`, a default one and another one that takes another `CustomLevel` object as a parameter."]]],[]]