PcoPeoplePersonFilter enum Null safety
Possible Inbound Filters:
admins
->?filter=admins
: -- no descriptioncreatedSince
->?filter=created_since
: filter people created in the last 24 hours; pass an additionaltime
parameter in ISO 8601 format to specify your own timeframeorganizationAdmins
->?filter=organization_admins
: -- no description
Constructors
- PcoPeoplePersonFilter()
-
const
Values
- admins → const PcoPeoplePersonFilter
- createdSince → const PcoPeoplePersonFilter
- organizationAdmins → const PcoPeoplePersonFilter
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<
PcoPeoplePersonFilter> -
A constant List of the values in this enum, in order of their declaration.
[admins, createdSince, organizationAdmins]