GoogleAnalyticsAdminV1alphaProperty constructor

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

Implementation

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