models_v2.rigel_claim_log module¶
-
class
models_v2.rigel_claim_log.RigelClaimLog(time_stamp=None, message=None, mtype=None)[source]¶ Bases:
objectImplementation of the ‘Rigel Claim Log.’ model.
Specifies an event during Rigel claim..
- Attributes:
- time_stamp (long|int): Specifies the time stamp in microseconds of the
event.
message (string): Specifies the message of this event. mtype (string): Specifies the severity of the event.
-
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.