PcoGroupsGroupFilter enum Null safety
Possible Inbound Filters:
-
group
->?filter=group
: filter events from specific groups; provide an additionalgroup_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 additionalgroup_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
Constructors
- PcoGroupsGroupFilter()
-
const
Values
- group → const PcoGroupsGroupFilter
- groupType → const PcoGroupsGroupFilter
- myGroups → const PcoGroupsGroupFilter
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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.
[group, groupType, myGroups]