Get Ancestry Result
data class GetAncestryResult(val ancestors: List<GetAncestryAncestor>, val id: String, val orgId: String, val parentId: String, val parentType: String, val project: String? = null)
A collection of values returned by getAncestry.