GoogleAnalyticsAdminV1alphaListPropertiesResponse constructor

GoogleAnalyticsAdminV1alphaListPropertiesResponse({
  1. String? nextPageToken,
  2. List<GoogleAnalyticsAdminV1alphaProperty>? properties,
})

Implementation

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