GoogleAnalyticsAdminV1betaPropertySummary constructor

GoogleAnalyticsAdminV1betaPropertySummary({
  1. String? displayName,
  2. String? parent,
  3. String? property,
  4. String? propertyType,
})

Implementation

GoogleAnalyticsAdminV1betaPropertySummary({
  this.displayName,
  this.parent,
  this.property,
  this.propertyType,
});