Type Alias DevicesGetZDMGroupInfoResponse

DevicesGetZDMGroupInfoResponse: {
    groups?: { description?: string; name?: string; zdm_group_id?: string }[];
    next_page_token?: string;
    page_size?: number;
}