Get Network Interfaces Result
data class GetNetworkInterfacesResult(val filters: List<GetNetworkInterfacesFilter>? = null, val id: String, val ids: List<String>, val tags: Map<String, String>)
A collection of values returned by getNetworkInterfaces.