SearchUserActivityResponse constructor
SearchUserActivityResponse({
- String? nextPageToken,
- double? sampleRate,
- List<
UserActivitySession> ? sessions, - int? totalRows,
Implementation
SearchUserActivityResponse({
this.nextPageToken,
this.sampleRate,
this.sessions,
this.totalRows,
});