Sha256: b2c083841eae7685f65870214e934cb321e5c10328526c1bbe7716039394a398

Contents?: true

Size: 554 Bytes

Versions: 5

Compression:

Stored size: 554 Bytes

Contents

# SwaggyJenkinsClient::GithubScm

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_class** | **String** |  | [optional] |
| **_links** | [**GithubScmlinks**](GithubScmlinks.md) |  | [optional] |
| **credential_id** | **String** |  | [optional] |
| **id** | **String** |  | [optional] |
| **uri** | **String** |  | [optional] |

## Example

```ruby
require 'swaggy_jenkins'

instance = SwaggyJenkinsClient::GithubScm.new(
  _class: null,
  _links: null,
  credential_id: null,
  id: null,
  uri: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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