package io.fathom.cloud.network.api.os.models; import java.util.List; public class Subnets { public List<Subnet> subnets; }