CreateMembersResponse class

Constructors

CreateMembersResponse({List<MemberDetail>? members, List<UnprocessedAccount>? unprocessedAccounts})
CreateMembersResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
members List<MemberDetail>?
The set of member account invitation requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unprocessedAccounts List<UnprocessedAccount>?
The list of accounts for which Detective was unable to process the invitation request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in the behavior graph.
final

Methods

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