Get Protection Container Result
data class GetProtectionContainerResult(val eTag: String? = null, val id: String, val location: String? = null, val name: String, val properties: Any, val tags: Map<String, String>? = null, val type: String)
Base class for container with backup items. Containers with specific workloads are derived from this class.