812 B
812 B
EventMessage
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| r#type | Option<String> | The type of object emitting the event | [optional] |
| action | Option<String> | The type of event | [optional] |
| actor | Option<models::EventActor> | [optional] | |
| scope | Option<String> | Scope of the event. Engine events are local scope. Cluster (Swarm) events are swarm scope. |
[optional] |
| time | Option<i64> | Timestamp of event | [optional] |
| time_nano | Option<i64> | Timestamp of event, with nanosecond accuracy | [optional] |