Module pyinventory.graphql.edit_equipment_port_type_input

Classes

class EditEquipmentPortTypeInput (id: str, name: str, properties: List[PropertyTypeInput], linkProperties: List[PropertyTypeInput])

EditEquipmentPortTypeInput(id: str, name: str, properties: List[pyinventory.graphql.property_type_input.PropertyTypeInput], linkProperties: List[pyinventory.graphql.property_type_input.PropertyTypeInput])

Ancestors

  • dataclasses_json.api.DataClassJsonMixin
  • abc.ABC