Resource class abstract
Base class for every resource module (e.g. UsersResource,
ProjectsResource). Holds the shared Transport so resources can be
constructed lazily by the client.
- Implementers
- AccountsResource
- AiIntegrationsResource
- ApiKeysResource
- ApiKeysResource
- AuthResource
- AuthResource
- DatabaseResource
- EchoResource
- EmailNotificationsResource
- EmailUnsubscribeResource
- FilesResource
- InternalsResource
- LogsResource
- MembershipResource
- PaymentsResource
- ProjectsResource
- PushNotificationsResource
- SchedulerResource
- TriggersResource
- UserNotificationPreferencesResource
- UsersResource
- WebhooksResource
Properties
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