MattersHoldsAccountsResource class

Constructors

MattersHoldsAccountsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(HeldAccount request, String matterId, String holdId, {String? $fields}) Future<HeldAccount>
Adds an account to a hold.
delete(String matterId, String holdId, String accountId, {String? $fields}) Future<Empty>
Removes an account from a hold.
list(String matterId, String holdId, {String? $fields}) Future<ListHeldAccountsResponse>
Lists the accounts covered by a hold.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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