Static Route Modified Route
data class StaticRouteModifiedRoute(val createdOn: String? = null, val description: String? = null, val id: String? = null, val modifiedOn: String? = null, val nexthop: String? = null, val prefix: String? = null, val priority: Int? = null, val scope: StaticRouteModifiedRouteScope? = null, val weight: Int? = null)