Sha256: 950e891833dac31b4fc520c00aa47a187bb65d0c67343bc1a0a3045a8a151ef9
Contents?: true
Size: 858 Bytes
Versions: 5
Compression:
Stored size: 858 Bytes
Contents
# SwaggyJenkinsClient::GithubRepository ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_class** | **String** | | [optional] | | **_links** | [**GithubRepositorylinks**](GithubRepositorylinks.md) | | [optional] | | **default_branch** | **String** | | [optional] | | **description** | **String** | | [optional] | | **name** | **String** | | [optional] | | **permissions** | [**GithubRepositorypermissions**](GithubRepositorypermissions.md) | | [optional] | | **private** | **Boolean** | | [optional] | | **full_name** | **String** | | [optional] | ## Example ```ruby require 'swaggy_jenkins' instance = SwaggyJenkinsClient::GithubRepository.new( _class: null, _links: null, default_branch: null, description: null, name: null, permissions: null, private: null, full_name: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems