All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.societegenerale.githubcrawler.model.SearchResult.kt Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.societegenerale.githubcrawler.model

import com.fasterxml.jackson.annotation.JsonProperty

data class SearchResult (
        @JsonProperty("total_count")
        val totalCount: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy