ask_sdk_model.interfaces.automotive package¶
Submodules¶
Note
Canonical imports have been added in the __init__.py of the package.
This helps in importing the class directly from the package, than
through the module.
For eg: if package a has module b with
class C, you can do from a import C instead of
from a.b import C.
ask_sdk_model.interfaces.automotive.automotive_state module¶
-
class
ask_sdk_model.interfaces.automotive.automotive_state.AutomotiveState¶ Bases:
objectThis object contains the automotive specific information of the device
-
attribute_map= {}¶
-
deserialized_types= {}¶
-
supports_multiple_types= False¶
-
to_dict()¶ Returns the model properties as a dict
-
to_str()¶ Returns the string representation of the model
-