Get Resources Result
data class GetResourcesResult(val id: String, val name: String, val requiredTags: Map<String, String>? = null, val resourceGroupName: String, val resources: List<GetResourcesResource>, val type: String)
A collection of values returned by getResources.