SearchUserActivityRequest class

The request to fetch User Report from Reporting API userActivity:get call.

Constructors

SearchUserActivityRequest({List<String>? activityTypes, DateRange? dateRange, int? pageSize, String? pageToken, User? user, String? viewId})
SearchUserActivityRequest.fromJson(Map json_)

Properties

activityTypes List<String>?
Set of all activity types being requested.
getter/setter pair
dateRange DateRange?
Date range for which to retrieve the user activity.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pageSize int?
Page size is for paging and specifies the maximum number of returned rows.
getter/setter pair
pageToken String?
A continuation token to get the next page of the results.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User?
Unique user Id to query for.
getter/setter pair
viewId String?
The Analytics view ID from which to retrieve data.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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