sym.sdk.event.EventMeta

class sym.sdk.event.EventMeta(srn: Union[sym.sdk.resource.SRN, str])

Bases: sym.sdk.resource.SymResource

Contains metadata about an Event instance.

Methods

dict()

Represent this resource as a dictionary.

Attributes

name

An alias for this resource's slug, derived from its SRN.

srn

A SRN object that represents the unique identifier for this resource.

dict()

Represent this resource as a dictionary.

property name

An alias for this resource’s slug, derived from its SRN.

property srn

A SRN object that represents the unique identifier for this resource.