Get Router Interfaces Plain Args
data class GetRouterInterfacesPlainArgs(val filters: List<GetRouterInterfacesFilter>? = null, val ids: List<String>? = null, val includeReservationData: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetRouterInterfacesPlainArgs>
A collection of arguments for invoking getRouterInterfaces.