Show / Hide Table of Contents

Class SearchUserActivityResponse

The response from userActivity:get call.

Inheritance
object
SearchUserActivityResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class SearchUserActivityResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

This token should be passed to SearchUserActivityRequest to retrieve the next page.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

SampleRate

This field represents the sampling rate for the given request and is a number between 0.0 to 1.0. See developer guide for details.

Declaration
[JsonProperty("sampleRate")]
public virtual double? SampleRate { get; set; }
Property Value
Type Description
double?

Sessions

Each record represents a session (device details, duration, etc).

Declaration
[JsonProperty("sessions")]
public virtual IList<UserActivitySession> Sessions { get; set; }
Property Value
Type Description
IList<UserActivitySession>

TotalRows

Total rows returned by this query (across different pages).

Declaration
[JsonProperty("totalRows")]
public virtual int? TotalRows { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX