Struct kubeless::types::Event[][src]

pub struct Event {
    pub data: Option<Bytes>,
    pub event_id: String,
    pub event_type: String,
    pub event_time: String,
    pub event_namespace: String,
}

Contains information about the call to the user function

Fields

The data passed to the user function in the request

TODO document

TODO document

TODO document

TODO document

Auto Trait Implementations

impl Send for Event

impl Sync for Event