Show / Hide Table of Contents

Class Activities

JSON template for a collection of activities.

Inheritance
System.Object
Activities
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class Activities : IDirectResponseSchema

Properties

ETag

ETag of the resource.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Items

Each activity record in the response.

Declaration
[JsonProperty("items")]
public virtual IList<Activity> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Activity>

Kind

The type of API resource. For an activity report, the value is reports#activities.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

NextPageToken

Token for retrieving the follow-on next page of the report. The nextPageToken value is used in the request's pageToken query string.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top