Get Subnets Result
data class GetSubnetsResult(val filters: List<GetSubnetsFilter>? = null, val id: String, val ids: List<String>, val tags: Map<String, String>)
A collection of values returned by getSubnets.
A collection of values returned by getSubnets.