interface ListSubnetsResponse {
    subnets: Subnet[];
    totalCount: number;
}

Properties

Properties

subnets: Subnet[]
totalCount: number