GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest constructor

GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest({
  1. List<String>? action,
  2. List<String>? actorEmail,
  3. String? earliestChangeTime,
  4. String? latestChangeTime,
  5. int? pageSize,
  6. String? pageToken,
  7. String? property,
  8. List<String>? resourceType,
})

Implementation

GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest({
  this.action,
  this.actorEmail,
  this.earliestChangeTime,
  this.latestChangeTime,
  this.pageSize,
  this.pageToken,
  this.property,
  this.resourceType,
});