# SwaggyJenkinsClient::AllView ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_class** | **String** | | [optional] | | **name** | **String** | | [optional] | | **url** | **String** | | [optional] | ## Example ```ruby require 'swaggy_jenkins' instance = SwaggyJenkinsClient::AllView.new( _class: null, name: null, url: null ) ```