Module pyinventory.graphql.property_type_fragment
Classes
class PropertyTypeFragment (id: str, name: str, type: PropertyKind, externalId: Union[str, NoneType], index: Union[int, NoneType], category: Union[str, NoneType], stringValue: Union[str, NoneType], intValue: Union[int, NoneType], booleanValue: Union[bool, NoneType], floatValue: Union[numbers.Number, NoneType], latitudeValue: Union[numbers.Number, NoneType], longitudeValue: Union[numbers.Number, NoneType], rangeFromValue: Union[numbers.Number, NoneType], rangeToValue: Union[numbers.Number, NoneType], isEditable: Union[bool, NoneType], isInstanceProperty: Union[bool, NoneType], isMandatory: Union[bool, NoneType], isDeleted: Union[bool, NoneType])
-
PropertyTypeFragment(id: str, name: str, type: pyinventory.graphql.property_kind_enum.PropertyKind, externalId: Union[str, NoneType], index: Union[int, NoneType], category: Union[str, NoneType], stringValue: Union[str, NoneType], intValue: Union[int, NoneType], booleanValue: Union[bool, NoneType], floatValue: Union[numbers.Number, NoneType], latitudeValue: Union[numbers.Number, NoneType], longitudeValue: Union[numbers.Number, NoneType], rangeFromValue: Union[numbers.Number, NoneType], rangeToValue: Union[numbers.Number, NoneType], isEditable: Union[bool, NoneType], isInstanceProperty: Union[bool, NoneType], isMandatory: Union[bool, NoneType], isDeleted: Union[bool, NoneType])
Ancestors
- dataclasses_json.api.DataClassJsonMixin
- abc.ABC
Subclasses
- pyinventory.graphql.add_equipment_type_mutation.AddEquipmentTypeMutation.AddEquipmentTypeMutationData.EquipmentType.PropertyType
- pyinventory.graphql.add_location_type_mutation.AddLocationTypeMutation.AddLocationTypeMutationData.LocationType.PropertyType
- pyinventory.graphql.add_service_type_mutation.AddServiceTypeMutation.AddServiceTypeMutationData.ServiceType.PropertyType
- pyinventory.graphql.edit_equipment_type_mutation.EditEquipmentTypeMutation.EditEquipmentTypeMutationData.EquipmentType.PropertyType
- EquipmentPortTypeFragment.PropertyType
- pyinventory.graphql.equipment_types_query.EquipmentTypesQuery.EquipmentTypesQueryData.EquipmentTypeConnection.EquipmentTypeEdge.EquipmentType.PropertyType
- pyinventory.graphql.location_types_query.LocationTypesQuery.LocationTypesQueryData.LocationTypeConnection.LocationTypeEdge.LocationType.PropertyType
- PropertyFragment.PropertyType
- pyinventory.graphql.service_types_query.ServiceTypesQuery.ServiceTypesQueryData.ServiceTypeConnection.ServiceTypeEdge.ServiceType.PropertyType