Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.56 KB

File metadata and controls

56 lines (31 loc) · 1.56 KB

Configuration

Properties

Name Type Description Notes
Routing Pointer to Routing [optional]

Methods

NewConfiguration

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

NewConfigurationWithDefaults

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

GetRouting

func (o *Configuration) GetRouting() Routing

GetRouting returns the Routing field if non-nil, zero value otherwise.

GetRoutingOk

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.

SetRouting

func (o *Configuration) SetRouting(v Routing)

SetRouting sets Routing field to given value.

HasRouting

func (o *Configuration) HasRouting() bool

HasRouting returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]