GoogleAnalyticsAdminV1alphaListPropertiesResponse constructor
GoogleAnalyticsAdminV1alphaListPropertiesResponse({
- String? nextPageToken,
- List<
GoogleAnalyticsAdminV1alphaProperty> ? properties,
Implementation
GoogleAnalyticsAdminV1alphaListPropertiesResponse({
this.nextPageToken,
this.properties,
});