Webproperty constructor
Webproperty({
- String? accountId,
- WebpropertyChildLink? childLink,
- DateTime? created,
- bool? dataRetentionResetOnNewActivity,
- String? dataRetentionTtl,
- String? defaultProfileId,
- String? id,
- String? industryVertical,
- String? internalWebPropertyId,
- String? kind,
- String? level,
- String? name,
- WebpropertyParentLink? parentLink,
- WebpropertyPermissions? permissions,
- int? profileCount,
- String? selfLink,
- bool? starred,
- DateTime? updated,
- 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,
});