Sha256: e9b59c479fc1a570ec91c3a34e8ec5b078bd1d4fcfeae9a74103fd373ba4a77d
Contents?: true
Size: 551 Bytes
Versions: 5
Compression:
Stored size: 551 Bytes
Contents
# SwaggyJenkinsClient::GithubRespositoryContainer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_class** | **String** | | [optional] | | **_links** | [**GithubRespositoryContainerlinks**](GithubRespositoryContainerlinks.md) | | [optional] | | **repositories** | [**GithubRepositories**](GithubRepositories.md) | | [optional] | ## Example ```ruby require 'swaggy_jenkins' instance = SwaggyJenkinsClient::GithubRespositoryContainer.new( _class: null, _links: null, repositories: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems