GoogleAnalyticsAdminV1alphaListAccountsResponse constructor

GoogleAnalyticsAdminV1alphaListAccountsResponse({
  1. List<GoogleAnalyticsAdminV1alphaAccount>? accounts,
  2. String? nextPageToken,
})

Implementation

GoogleAnalyticsAdminV1alphaListAccountsResponse({
  this.accounts,
  this.nextPageToken,
});