Class Activities
JSON template for a collection of activities.
Implements
Inherited Members
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 |
---|---|
string |
Items
Each activity record in the response.
Declaration
[JsonProperty("items")]
public virtual IList<Activity> Items { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|
string |