PcoGroupsGroupFilter enum

Possible Inbound Filters:

  • 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

Inheritance

Constructors

PcoGroupsGroupFilter()
const

Values

group → const PcoGroupsGroupFilter
groupType → const PcoGroupsGroupFilter
myGroups → const PcoGroupsGroupFilter

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<PcoGroupsGroupFilter>
A constant List of the values in this enum, in order of their declaration.