Module pyinventory.graphql.add_equipment_port_type_input

Classes

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

AddEquipmentPortTypeInput(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