models.show_system_led_info_result module¶
-
class
models.show_system_led_info_result.
ShowSystemLedInfoResult
(led_info=None)[source]¶ Bases:
object
Implementation of the ‘ShowSystemLedInfoResult’ model.
Specifies the result returned after a successful request to show system LED details.
- Attributes:
led_info (string): TODO: type description here.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.