sym.sdk.event.Payload¶
- class sym.sdk.event.Payload(srn: Union[sym.sdk.resource.SRN, str])¶
Bases:
sym.sdk.resource.SymResource
The
Payload
object contains the data of theEvent
.Methods
dict
()Represent this resource as a dictionary.
Attributes
A dict containing the values submitted by the user who created the
Event
An alias for this resource's slug, derived from its
SRN
.The
SRN
of theEvent
instance.A datetime object indicating when the
Event
was created.The
User
who triggered theEvent
.- dict()¶
Represent this resource as a dictionary.
- property fields¶
A dict containing the values submitted by the user who created the
Event
- property timestamp¶
A datetime object indicating when the
Event
was created.