GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse constructor
GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse({
- List<
GoogleAnalyticsAdminV1alphaChangeHistoryEvent> ? changeHistoryEvents, - String? nextPageToken,
Implementation
GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse({
this.changeHistoryEvents,
this.nextPageToken,
});