$AssignedUserRole class
Used by:
- displayvideo:v2 : AssignedUserRole
- displayvideo:v3 : AssignedUserRole
Constructors
- $AssignedUserRole({String? advertiserId, String? assignedUserRoleId, String? partnerId, String? userRole})
- $AssignedUserRole.fromJson(Map json_)
Properties
- advertiserId ↔ String?
-
The ID of the advertiser that the assigend user role applies to.
getter/setter pair
- assignedUserRoleId ↔ String?
-
The ID of the assigned user role.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- partnerId ↔ String?
-
The ID of the partner that the assigned user role applies to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userRole ↔ String?
-
The user role to assign to a user for the entity.
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