Profile constructor
Profile({
- String? accountId,
- bool? botFilteringEnabled,
- ProfileChildLink? childLink,
- DateTime? created,
- String? currency,
- String? defaultPage,
- bool? eCommerceTracking,
- bool? enhancedECommerceTracking,
- String? excludeQueryParameters,
- String? id,
- String? internalWebPropertyId,
- String? kind,
- String? name,
- ProfileParentLink? parentLink,
- ProfilePermissions? permissions,
- String? selfLink,
- String? siteSearchCategoryParameters,
- String? siteSearchQueryParameters,
- bool? starred,
- bool? stripSiteSearchCategoryParameters,
- bool? stripSiteSearchQueryParameters,
- String? timezone,
- String? type,
- DateTime? updated,
- String? webPropertyId,
- String? websiteUrl,
Implementation
Profile({
this.accountId,
this.botFilteringEnabled,
this.childLink,
this.created,
this.currency,
this.defaultPage,
this.eCommerceTracking,
this.enhancedECommerceTracking,
this.excludeQueryParameters,
this.id,
this.internalWebPropertyId,
this.kind,
this.name,
this.parentLink,
this.permissions,
this.selfLink,
this.siteSearchCategoryParameters,
this.siteSearchQueryParameters,
this.starred,
this.stripSiteSearchCategoryParameters,
this.stripSiteSearchQueryParameters,
this.timezone,
this.type,
this.updated,
this.webPropertyId,
this.websiteUrl,
});