ActivitiesResource class

Constructors

ActivitiesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

list(String userKey, String applicationName, {String? actorIpAddress, String? customerId, String? endTime, String? eventName, String? filters, String? groupIdFilter, int? maxResults, String? orgUnitID, String? pageToken, String? startTime, String? $fields}) Future<Activities>
Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
watch(Channel request, String userKey, String applicationName, {String? actorIpAddress, String? customerId, String? endTime, String? eventName, String? filters, String? groupIdFilter, int? maxResults, String? orgUnitID, String? pageToken, String? startTime, String? $fields}) Future<Channel>
Start receiving notifications for account activities.

Operators

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