package io.fathom.cloud.identity.api.os.model.v3; import java.util.List; public class GroupList { public List<Group> groups; }