GoogleAnalyticsAdminV1betaAccessDateRange constructor

GoogleAnalyticsAdminV1betaAccessDateRange({
  1. String? endDate,
  2. String? startDate,
})

Implementation

GoogleAnalyticsAdminV1betaAccessDateRange({
  this.endDate,
  this.startDate,
});