Module pyinventory.graphql.edit_location_input
Classes
class EditLocationInput (id: str, name: str, latitude: numbers.Number, longitude: numbers.Number, properties: List[PropertyInput], externalID: Union[str, NoneType] = None)
-
EditLocationInput(id: str, name: str, latitude: numbers.Number, longitude: numbers.Number, properties: List[pyinventory.graphql.property_input.PropertyInput], externalID: Union[str, NoneType] = None)
Ancestors
- dataclasses_json.api.DataClassJsonMixin
- abc.ABC
Class variables
var externalID : Union[str, NoneType]