AccountUserProfile class

AccountUserProfiles contains properties of a Campaign Manager user profile.

This resource is specifically for managing user profiles, whereas UserProfiles is for accessing the API.

Constructors

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})
AccountUserProfile.fromJson(Map json_)

Properties

accountId String?
Account ID of the user profile.
getter/setter pair
active bool?
Whether this user profile is active.
getter/setter pair
advertiserFilter ObjectFilter?
Filter that describes which advertisers are visible to the user profile.
getter/setter pair
campaignFilter ObjectFilter?
Filter that describes which campaigns are visible to the user profile.
getter/setter pair
comments String?
Comments for this user profile.
getter/setter pair
email String?
Email of the user profile.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the user profile.
getter/setter pair
kind String?
Identifies what kind of resource this is.
getter/setter pair
locale String?
Locale of the user profile.
getter/setter pair
name String?
Name of the user profile.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteFilter ObjectFilter?
Filter that describes which sites are visible to the user profile.
getter/setter pair
subaccountId String?
Subaccount ID of the user profile.
getter/setter pair
traffickerType String?
Trafficker type of this user profile.
getter/setter pair
userAccessType String?
User type of the user profile.
getter/setter pair
userRoleFilter ObjectFilter?
Filter that describes which user roles are visible to the user profile.
getter/setter pair
userRoleId String?
User role ID of the user profile.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited