Name | Type | Description | Notes |
---|---|---|---|
Info | Pointer to Info | [optional] | |
Middleware | Pointer to NullableMiddleware | [optional] | |
Server | Pointer to Server | [optional] | |
Upstream | Pointer to Upstream | [optional] |
func NewXTykAPIGateway() *XTykAPIGateway
NewXTykAPIGateway instantiates a new XTykAPIGateway 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 NewXTykAPIGatewayWithDefaults() *XTykAPIGateway
NewXTykAPIGatewayWithDefaults instantiates a new XTykAPIGateway 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 *XTykAPIGateway) GetInfo() Info
GetInfo returns the Info field if non-nil, zero value otherwise.
func (o *XTykAPIGateway) GetInfoOk() (*Info, bool)
GetInfoOk returns a tuple with the Info field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XTykAPIGateway) SetInfo(v Info)
SetInfo sets Info field to given value.
func (o *XTykAPIGateway) HasInfo() bool
HasInfo returns a boolean if a field has been set.
func (o *XTykAPIGateway) GetMiddleware() Middleware
GetMiddleware returns the Middleware field if non-nil, zero value otherwise.
func (o *XTykAPIGateway) GetMiddlewareOk() (*Middleware, bool)
GetMiddlewareOk returns a tuple with the Middleware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XTykAPIGateway) SetMiddleware(v Middleware)
SetMiddleware sets Middleware field to given value.
func (o *XTykAPIGateway) HasMiddleware() bool
HasMiddleware returns a boolean if a field has been set.
func (o *XTykAPIGateway) SetMiddlewareNil(b bool)
SetMiddlewareNil sets the value for Middleware to be an explicit nil
func (o *XTykAPIGateway) UnsetMiddleware()
UnsetMiddleware ensures that no value is present for Middleware, not even an explicit nil
func (o *XTykAPIGateway) GetServer() Server
GetServer returns the Server field if non-nil, zero value otherwise.
func (o *XTykAPIGateway) GetServerOk() (*Server, bool)
GetServerOk returns a tuple with the Server field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XTykAPIGateway) SetServer(v Server)
SetServer sets Server field to given value.
func (o *XTykAPIGateway) HasServer() bool
HasServer returns a boolean if a field has been set.
func (o *XTykAPIGateway) GetUpstream() Upstream
GetUpstream returns the Upstream field if non-nil, zero value otherwise.
func (o *XTykAPIGateway) GetUpstreamOk() (*Upstream, bool)
GetUpstreamOk returns a tuple with the Upstream field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XTykAPIGateway) SetUpstream(v Upstream)
SetUpstream sets Upstream field to given value.
func (o *XTykAPIGateway) HasUpstream() bool
HasUpstream returns a boolean if a field has been set.