groups


Description:

public abstract Set<string> groups { set; get; }

A mapping of group ID to whether the contact is a member.

Freeform group IDs are mapped to a boolean which is `true` if the contact is a member of the group, and `false` otherwise.

Since:

0.5.1