Get Entity Result
data class GetEntityResult(val count: Int, val nextLink: String, val value: List<EntityInfoResponse>? = null)
Describes the result of the request to view entities.
Describes the result of the request to view entities.