class documentation

class PropertiesSearchQuery(bb.Struct): (source)

View In Hierarchy

:ivar file_properties.PropertiesSearchQuery.query: The property field value for which to search across templates. :ivar file_properties.PropertiesSearchQuery.mode: The mode with which to perform the search. :ivar file_properties.PropertiesSearchQuery.logical_operator: The logical operator with which to append the query.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable logical_operator Undocumented
Instance Variable mode Undocumented
Instance Variable query Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _logical_operator_value Undocumented
Instance Variable _mode_value Undocumented
Instance Variable _query_value Undocumented
def __init__(self, query=None, mode=None, logical_operator=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

logical_operator = (source)

Undocumented

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_logical_operator_value = (source)

Undocumented

_mode_value = (source)

Undocumented

_query_value = (source)

Undocumented