PcoGroupsEventFilter enum

Possible Inbound Filters:

  • canceled -> ?filter=canceled : -- no description

  • group -> ?filter=group : filter events from specific groups; provide an additional group_id param as a comma-separated list of IDs, ex: ?filter=group&group_id=1,2,3

  • groupType -> ?filter=group_type : filter events from specific group types; provide an additional group_type_id param as a comma-separated list of IDs, ex: ?filter=group_type&group_type_id=1,2,3

  • myGroups -> ?filter=my_groups : -- no description

  • notCanceled -> ?filter=not_canceled : -- no description

  • upcoming -> ?filter=upcoming : -- no description

Inheritance

Constructors

PcoGroupsEventFilter()
const

Values

canceled → const PcoGroupsEventFilter
group → const PcoGroupsEventFilter
groupType → const PcoGroupsEventFilter
myGroups → const PcoGroupsEventFilter
notCanceled → const PcoGroupsEventFilter
upcoming → const PcoGroupsEventFilter

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PcoGroupsEventFilter>
A constant List of the values in this enum, in order of their declaration.