Sha256: ff8109779551d02531b7371c4286a3b8423029e007b0b9b78640274a6bd3ddec

Contents?: true

Size: 715 Bytes

Versions: 5

Compression:

Stored size: 715 Bytes

Contents

# SwaggyJenkinsClient::GithubRepositories

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_class** | **String** |  | [optional] |
| **_links** | [**GithubRepositorieslinks**](GithubRepositorieslinks.md) |  | [optional] |
| **items** | [**Array<GithubRepository>**](GithubRepository.md) |  | [optional] |
| **last_page** | **Integer** |  | [optional] |
| **next_page** | **Integer** |  | [optional] |
| **page_size** | **Integer** |  | [optional] |

## Example

```ruby
require 'swaggy_jenkins'

instance = SwaggyJenkinsClient::GithubRepositories.new(
  _class: null,
  _links: null,
  items: null,
  last_page: null,
  next_page: null,
  page_size: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
swaggy_jenkins-3.0.1 docs/GithubRepositories.md
swaggy_jenkins-2.0.1.pre.pre.0 docs/GithubRepositories.md
swaggy_jenkins-2.0.0 docs/GithubRepositories.md
swaggy_jenkins-1.5.0 docs/GithubRepositories.md
swaggy_jenkins-1.3.0 docs/GithubRepositories.md