Asset Connector Documentation
Loading...
Searching...
No Matches
get_value_payload Namespace Reference

Classes

class  GetValuePayload
 Defines the model class of the payload for the get_value (URL /get-value) endpoint of this application using Pydantic. More...
 

Variables

dict KEY_TYPE_MAPPING
 

Variable Documentation

◆ KEY_TYPE_MAPPING

dict get_value_payload.KEY_TYPE_MAPPING
Initial value:
1= {
2 "Submodel": "SUBMODEL",
3 "SubmodelElementCollection": "SUBMODEL_ELEMENT_COLLECTION",
4 "Property": "PROPERTY",
5}

Definition at line 6 of file get_value_payload.py.