mistk.model.client.models.mistk_watch_event module¶
Model Integration Software ToolKit
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
OpenAPI spec version: 1.0.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
-
class
mistk.model.client.models.mistk_watch_event.
MistkWatchEvent
(payload=None, event_type=None)¶ Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
attribute_map
= {'event_type': 'eventType', 'payload': 'payload'}¶
-
property
event_type
¶ Gets the event_type of this MistkWatchEvent. # noqa: E501
- Returns
The event_type of this MistkWatchEvent. # noqa: E501
- Return type
str
-
property
payload
¶ Gets the payload of this MistkWatchEvent. # noqa: E501
The object/resource which was changed. If the type of the event was added or modified, then this field is the new state of the resource. If the field is deleted then the value is the state just before deletion. # noqa: E501
- Returns
The payload of this MistkWatchEvent. # noqa: E501
- Return type
object
-
swagger_types
= {'event_type': 'str', 'payload': 'object'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-