GoogleAnalyticsAdminV1betaListPropertiesResponse constructor

GoogleAnalyticsAdminV1betaListPropertiesResponse({
  1. String? nextPageToken,
  2. List<GoogleAnalyticsAdminV1betaProperty>? properties,
})

Implementation

GoogleAnalyticsAdminV1betaListPropertiesResponse({
  this.nextPageToken,
  this.properties,
});