AddMatterPermissionsRequest class
Add an account with the permission specified.
The role cannot be owner. If an account already has a role in the matter, the existing role is overwritten.
Constructors
- AddMatterPermissionsRequest({bool? ccMe, MatterPermission? matterPermission, bool? sendEmails})
- AddMatterPermissionsRequest.fromJson(Map json_)
Properties
- ccMe ↔ bool?
-
Only relevant if sendEmails is true.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- matterPermission ↔ MatterPermission?
-
The account and its role to add.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendEmails ↔ bool?
-
To send a notification email to the added account, set to true.
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