GetRepositoriesResult

data class GetRepositoriesResult(val fullNames: List<String>, val id: String, val includeRepoId: Boolean? = null, val names: List<String>, val query: String, val repoIds: List<Int>, val resultsPerPage: Int? = null, val sort: String? = null)

A collection of values returned by getRepositories.

Constructors

Link copied to clipboard
constructor(fullNames: List<String>, id: String, includeRepoId: Boolean? = null, names: List<String>, query: String, repoIds: List<Int>, resultsPerPage: Int? = null, sort: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val includeRepoId: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

(Optional) A list of found repository IDs (e.g. 449898861)

Link copied to clipboard
val resultsPerPage: Int? = null
Link copied to clipboard
val sort: String? = null