package io.fathom.cloud.compute.api.os.model; import java.util.List; public class DomainList { public List<Domain> domain_entries; }