Webproperty constructor

Webproperty({
  1. String? accountId,
  2. WebpropertyChildLink? childLink,
  3. DateTime? created,
  4. bool? dataRetentionResetOnNewActivity,
  5. String? dataRetentionTtl,
  6. String? defaultProfileId,
  7. String? id,
  8. String? industryVertical,
  9. String? internalWebPropertyId,
  10. String? kind,
  11. String? level,
  12. String? name,
  13. WebpropertyParentLink? parentLink,
  14. WebpropertyPermissions? permissions,
  15. int? profileCount,
  16. String? selfLink,
  17. bool? starred,
  18. DateTime? updated,
  19. String? websiteUrl,
})

Implementation

Webproperty({
  this.accountId,
  this.childLink,
  this.created,
  this.dataRetentionResetOnNewActivity,
  this.dataRetentionTtl,
  this.defaultProfileId,
  this.id,
  this.industryVertical,
  this.internalWebPropertyId,
  this.kind,
  this.level,
  this.name,
  this.parentLink,
  this.permissions,
  this.profileCount,
  this.selfLink,
  this.starred,
  this.updated,
  this.websiteUrl,
});