Sha256: 4872e8e6bd1871cb36784520a3b5b6d4bbd53c9af5fa7a1cc7004ee4297da151
Contents?: true
Size: 507 Bytes
Versions: 5
Compression:
Stored size: 507 Bytes
Contents
# SwaggyJenkinsClient::User ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_class** | **String** | | [optional] | | **id** | **String** | | [optional] | | **full_name** | **String** | | [optional] | | **email** | **String** | | [optional] | | **name** | **String** | | [optional] | ## Example ```ruby require 'swaggy_jenkins' instance = SwaggyJenkinsClient::User.new( _class: null, id: null, full_name: null, email: null, name: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
swaggy_jenkins-3.0.1 | docs/User.md |
swaggy_jenkins-2.0.1.pre.pre.0 | docs/User.md |
swaggy_jenkins-2.0.0 | docs/User.md |
swaggy_jenkins-1.5.0 | docs/User.md |
swaggy_jenkins-1.3.0 | docs/User.md |