package io.fathom.cloud.openstack.client.dns.model; import java.util.List; public class RecordsetList { public List<Recordset> recordsets; }