Module pyinventory.graphql.location_filter_input

Classes

class LocationFilterInput (filterType: LocationFilterType, operator: FilterOperator, idSet: List[str], stringSet: List[str], boolValue: Union[bool, NoneType] = None, stringValue: Union[str, NoneType] = None, propertyValue: Union[pyinventory.graphql.property_type_input.PropertyTypeInput, NoneType] = None, maxDepth: Union[int, NoneType] = None)

LocationFilterInput(filterType: pyinventory.graphql.location_filter_type_enum.LocationFilterType, operator: pyinventory.graphql.filter_operator_enum.FilterOperator, idSet: List[str], stringSet: List[str], boolValue: Union[bool, NoneType] = None, stringValue: Union[str, NoneType] = None, propertyValue: Union[pyinventory.graphql.property_type_input.PropertyTypeInput, NoneType] = None, maxDepth: Union[int, NoneType] = None)

Ancestors

  • dataclasses_json.api.DataClassJsonMixin
  • abc.ABC

Class variables

var boolValue : Union[bool, NoneType]
var maxDepth : Union[int, NoneType]
var propertyValue : Union[PropertyTypeInput, NoneType]
var stringValue : Union[str, NoneType]