Module pyinventory.graphql.service_endpoint_definition_input
Classes
class ServiceEndpointDefinitionInput (name: str, index: int, equipmentTypeID: str, id: Union[str, NoneType] = None, role: Union[str, NoneType] = None)
-
ServiceEndpointDefinitionInput(name: str, index: int, equipmentTypeID: str, id: Union[str, NoneType] = None, role: Union[str, NoneType] = None)
Ancestors
- dataclasses_json.api.DataClassJsonMixin
- abc.ABC
Class variables
var id : Union[str, NoneType]
var role : Union[str, NoneType]