AccountUserProfile constructor

AccountUserProfile({
  1. String? accountId,
  2. bool? active,
  3. ObjectFilter? advertiserFilter,
  4. ObjectFilter? campaignFilter,
  5. String? comments,
  6. String? email,
  7. String? id,
  8. String? kind,
  9. String? locale,
  10. String? name,
  11. ObjectFilter? siteFilter,
  12. String? subaccountId,
  13. String? traffickerType,
  14. String? userAccessType,
  15. ObjectFilter? userRoleFilter,
  16. String? userRoleId,
})

Implementation

AccountUserProfile({
  this.accountId,
  this.active,
  this.advertiserFilter,
  this.campaignFilter,
  this.comments,
  this.email,
  this.id,
  this.kind,
  this.locale,
  this.name,
  this.siteFilter,
  this.subaccountId,
  this.traffickerType,
  this.userAccessType,
  this.userRoleFilter,
  this.userRoleId,
});