Module pyinventory.graphql.property_fragment
Classes
class PropertyFragment (id: str, propertyType: PropertyFragment.PropertyType, stringValue: Union[str, NoneType], intValue: Union[int, NoneType], floatValue: Union[numbers.Number, NoneType], booleanValue: Union[bool, NoneType], latitudeValue: Union[numbers.Number, NoneType], longitudeValue: Union[numbers.Number, NoneType], rangeFromValue: Union[numbers.Number, NoneType], rangeToValue: Union[numbers.Number, NoneType])
-
PropertyFragment(id: str, propertyType: pyinventory.graphql.property_fragment.PropertyFragment.PropertyType, stringValue: Union[str, NoneType], intValue: Union[int, NoneType], floatValue: Union[numbers.Number, NoneType], booleanValue: Union[bool, NoneType], latitudeValue: Union[numbers.Number, NoneType], longitudeValue: Union[numbers.Number, NoneType], rangeFromValue: Union[numbers.Number, NoneType], rangeToValue: Union[numbers.Number, NoneType])
Ancestors
- dataclasses_json.api.DataClassJsonMixin
- abc.ABC
Subclasses
- pyinventory.graphql.add_link_mutation.AddLinkMutation.AddLinkMutationData.Link.Property
- pyinventory.graphql.add_service_link_mutation.AddServiceLinkMutation.AddServiceLinkMutationData.Service.Link.Property
- pyinventory.graphql.add_service_link_mutation.AddServiceLinkMutation.AddServiceLinkMutationData.Service.ServiceEndpoint.EquipmentPort.Link.Property
- pyinventory.graphql.add_service_link_mutation.AddServiceLinkMutation.AddServiceLinkMutationData.Service.ServiceEndpoint.EquipmentPort.Property
- pyinventory.graphql.add_service_mutation.AddServiceMutation.AddServiceMutationData.Service.Link.Property
- pyinventory.graphql.add_service_mutation.AddServiceMutation.AddServiceMutationData.Service.ServiceEndpoint.EquipmentPort.Link.Property
- pyinventory.graphql.add_service_mutation.AddServiceMutation.AddServiceMutationData.Service.ServiceEndpoint.EquipmentPort.Property
- pyinventory.graphql.edit_equipment_port_mutation.EditEquipmentPortMutation.EditEquipmentPortMutationData.EquipmentPort.Property
- pyinventory.graphql.edit_link_mutation.EditLinkMutation.EditLinkMutationData.Link.Property
- pyinventory.graphql.equipment_ports_query.EquipmentPortsQuery.EquipmentPortsQueryData.Node.EquipmentPort.Link.Property
- pyinventory.graphql.equipment_ports_query.EquipmentPortsQuery.EquipmentPortsQueryData.Node.EquipmentPort.Property
- pyinventory.graphql.equipment_type_and_properties_query.EquipmentTypeAndPropertiesQuery.EquipmentTypeAndPropertiesQueryData.Node.Property
- pyinventory.graphql.service_details_query.ServiceDetailsQuery.ServiceDetailsQueryData.Node.Link.Property
- pyinventory.graphql.service_details_query.ServiceDetailsQuery.ServiceDetailsQueryData.Node.ServiceEndpoint.EquipmentPort.Link.Property
- pyinventory.graphql.service_details_query.ServiceDetailsQuery.ServiceDetailsQueryData.Node.ServiceEndpoint.EquipmentPort.Property
Class variables
var PropertyType
-
PropertyType(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])