Sha256: bbcbed0964b8b6ee8f92810888509d5dcd8d8cc1bb1ecf3b4d55e5d23bbd39b3
Contents?: true
Size: 700 Bytes
Versions: 5
Compression:
Stored size: 700 Bytes
Contents
# SwaggyJenkinsClient::GithubContent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | [optional] | | **sha** | **String** | | [optional] | | **_class** | **String** | | [optional] | | **repo** | **String** | | [optional] | | **size** | **Integer** | | [optional] | | **owner** | **String** | | [optional] | | **path** | **String** | | [optional] | | **base64_data** | **String** | | [optional] | ## Example ```ruby require 'swaggy_jenkins' instance = SwaggyJenkinsClient::GithubContent.new( name: null, sha: null, _class: null, repo: null, size: null, owner: null, path: null, base64_data: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems