| Name | Type | Description | Notes |
|---|---|---|---|
| Routing | Pointer to Routing | [optional] |
func NewConfiguration() *Configuration
NewConfiguration instantiates a new Configuration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationWithDefaults() *Configuration
NewConfigurationWithDefaults instantiates a new Configuration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *Configuration) GetRouting() Routing
GetRouting returns the Routing field if non-nil, zero value otherwise.
func (o *Configuration) GetRoutingOk() (*Routing, bool)
GetRoutingOk returns a tuple with the Routing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Configuration) SetRouting(v Routing)
SetRouting sets Routing field to given value.
func (o *Configuration) HasRouting() bool
HasRouting returns a boolean if a field has been set.