GitHubDocumentCrawlProperties    
    Provides the configuration information to include certain types of GitHub content. You can configure to index repository files only, or also include issues and pull requests, comments, and comment attachments.
Types
Properties
Link copied to clipboard
                  TRUE to index all issues within a repository.
Link copied to clipboard
                  TRUE to index all comments on issues.
Link copied to clipboard
                  TRUE to include all comment attachments for issues.
Link copied to clipboard
                  TRUE to index all pull requests within a repository.
Link copied to clipboard
                  TRUE to index all comments on pull requests.
Link copied to clipboard
                  TRUE to include all comment attachments for pull requests.
Link copied to clipboard
                  TRUE to index all files with a repository.
Functions
Link copied to clipboard
                  inline fun copy(block: GitHubDocumentCrawlProperties.Builder.() -> Unit = {}): GitHubDocumentCrawlProperties