Properties
public etag: string
The ETag of the response.
public items: Array<T>
A list of activities, or events, that match the request criteria.
public kind: string
The type of the API response. For this operation, the value will be youtube#activityListResponse.
public nextPageToken: string
The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
public pageInfo: { totalResults: number; resultsPerPage: number; }
The pageInfo object encapsulates paging information for the result set.
public pageInfo.resultsPerPage: number
The number of results included in the API response.
public pageInfo.totalResults: number
The total number of results in the result set.
public prevPageToken: string
The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.