in src/google/cloud/functions_v1/context.py [0:0]
def __str__(self):
return "{event_id: %s, timestamp: %s, event_type: %s, resource: %s}" % (
self.event_id,
self.timestamp,
self.event_type,
self.resource,
)