Profile constructor

Profile({
  1. String? accountId,
  2. bool? botFilteringEnabled,
  3. ProfileChildLink? childLink,
  4. DateTime? created,
  5. String? currency,
  6. String? defaultPage,
  7. bool? eCommerceTracking,
  8. bool? enhancedECommerceTracking,
  9. String? excludeQueryParameters,
  10. String? id,
  11. String? internalWebPropertyId,
  12. String? kind,
  13. String? name,
  14. ProfileParentLink? parentLink,
  15. ProfilePermissions? permissions,
  16. String? selfLink,
  17. String? siteSearchCategoryParameters,
  18. String? siteSearchQueryParameters,
  19. bool? starred,
  20. bool? stripSiteSearchCategoryParameters,
  21. bool? stripSiteSearchQueryParameters,
  22. String? timezone,
  23. String? type,
  24. DateTime? updated,
  25. String? webPropertyId,
  26. 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,
});