SearchResourceCount

data class SearchResourceCount(val completed: Boolean, val totalResources: Int)

Constructors

Link copied to clipboard
fun SearchResourceCount(completed: Boolean, totalResources: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Number of resources that match the search query. This value can't exceed 1,000. If there are more than 1,000 resources that match the query, then only 1,000 are counted and the Complete field is set to false. We recommend that you refine your query to return a smaller number of results.