MetadataFilterConditions Property

Required. The Conditions for the given key that will trigger this filter. Multiple Conditions are joined by logical ORs.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public List<Condition> Conditions { get; set; }

Property Value

ListCondition

See Also