Module pyinventory.graphql.service_create_data_input

Classes

class ServiceCreateData (name: str, serviceTypeId: str, upstreamServiceIds: List[str], externalId: Union[str, NoneType] = None, status: Union[pyinventory.graphql.service_status_enum.ServiceStatus, NoneType] = None, customerId: Union[str, NoneType] = None, properties: Union[List[pyinventory.graphql.property_input.PropertyInput], NoneType] = None)

ServiceCreateData(name: str, serviceTypeId: str, upstreamServiceIds: List[str], externalId: Union[str, NoneType] = None, status: Union[pyinventory.graphql.service_status_enum.ServiceStatus, NoneType] = None, customerId: Union[str, NoneType] = None, properties: Union[List[pyinventory.graphql.property_input.PropertyInput], NoneType] = None)

Ancestors

  • dataclasses_json.api.DataClassJsonMixin
  • abc.ABC

Class variables

var customerId : Union[str, NoneType]
var externalId : Union[str, NoneType]
var properties : Union[List[PropertyInput], NoneType]
var status : Union[ServiceStatus, NoneType]