AccountUserProfile constructor
AccountUserProfile({
- String? accountId,
- bool? active,
- ObjectFilter? advertiserFilter,
- ObjectFilter? campaignFilter,
- String? comments,
- String? email,
- String? id,
- String? kind,
- String? locale,
- String? name,
- ObjectFilter? siteFilter,
- String? subaccountId,
- String? traffickerType,
- String? userAccessType,
- ObjectFilter? userRoleFilter,
- 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,
});