SearchUserActivityResponse class
The response from userActivity:get
call.
Constructors
-
SearchUserActivityResponse({String? nextPageToken, double? sampleRate, List<
UserActivitySession> ? sessions, int? totalRows}) - SearchUserActivityResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken ↔ String?
-
This token should be passed to
[SearchUserActivityRequest](#SearchUserActivityRequest) to retrieve the
next page.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ double?
-
This field represents the
sampling rate for
the given request and is a number between 0.0 to 1.0.
getter/setter pair
-
sessions
↔ List<
UserActivitySession> ? -
Each record represents a session (device details, duration, etc).
getter/setter pair
- totalRows ↔ int?
-
Total rows returned by this query (across different pages).
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