RepositoryGroupRepository

data class RepositoryGroupRepository(val branchPattern: String, val resource: String)

Constructors

Link copied to clipboard
constructor(branchPattern: String, resource: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. The Git branch pattern used for indexing in RE2 syntax. See https://github.com/google/re2/wiki/syntax for syntax.

Link copied to clipboard

Required. The DeveloperConnect repository full resource name, relative resource name or resource URL to be indexed.