The groups that the user belongs to.

interface SimpleListWrapperGroupName {
    callback?: ListWrapperCallbackGroupName;
    items?: GroupName[];
    max-results?: number;
    pagingCallback?: ListWrapperCallbackGroupName;
    size?: number;
}

Properties

items?: GroupName[]
max-results?: number
size?: number