Module pyinventory.graphql.service_type_create_data_input
Classes
class ServiceTypeCreateData (name: str, hasCustomer: bool, properties: Union[List[pyinventory.graphql.property_type_input.PropertyTypeInput], NoneType] = None, endpoints: Union[List[pyinventory.graphql.service_endpoint_definition_input.ServiceEndpointDefinitionInput], NoneType] = None)
-
ServiceTypeCreateData(name: str, hasCustomer: bool, properties: Union[List[pyinventory.graphql.property_type_input.PropertyTypeInput], NoneType] = None, endpoints: Union[List[pyinventory.graphql.service_endpoint_definition_input.ServiceEndpointDefinitionInput], NoneType] = None)
Ancestors
- dataclasses_json.api.DataClassJsonMixin
- abc.ABC
Class variables
var endpoints : Union[List[ServiceEndpointDefinitionInput], NoneType]
var properties : Union[List[PropertyTypeInput], NoneType]