public BasicLevel.Types.ConditionCombiningFunction CombiningFunction { get; set; }
How the conditions list should be combined to determine if a request is
granted this AccessLevel. If AND is used, each Condition in
conditions must be satisfied for the AccessLevel to be applied. If OR
is used, at least one Condition in conditions must be satisfied for the
AccessLevel to be applied. Default behavior is AND.
[[["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-09 UTC."],[[["This webpage details the `BasicLevel` class, a type of `AccessLevel` designed with a set of recommended features."],["The `BasicLevel` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the Google Protocol Buffers framework."],["The `BasicLevel` class offers two constructors: a default constructor `BasicLevel()` and one that copies from an existing `BasicLevel` object `BasicLevel(BasicLevel other)`."],["The `CombiningFunction` property determines how the `Conditions` list is evaluated (AND/OR) to grant access, and the `Conditions` property contains a required list of requirements."],["This page displays a chronological list of versions, with the most recent version being 2.5.0, along with past versions including the current version 1.4.0, that range down to 1.2.0."]]],[]]