GoogleAnalyticsAdminV1betaProperty constructor

GoogleAnalyticsAdminV1betaProperty({
  1. String? account,
  2. String? createTime,
  3. String? currencyCode,
  4. String? deleteTime,
  5. String? displayName,
  6. String? expireTime,
  7. String? industryCategory,
  8. String? name,
  9. String? parent,
  10. String? propertyType,
  11. String? serviceLevel,
  12. String? timeZone,
  13. String? updateTime,
})

Implementation

GoogleAnalyticsAdminV1betaProperty({
  this.account,
  this.createTime,
  this.currencyCode,
  this.deleteTime,
  this.displayName,
  this.expireTime,
  this.industryCategory,
  this.name,
  this.parent,
  this.propertyType,
  this.serviceLevel,
  this.timeZone,
  this.updateTime,
});