Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 3.8 KB

XTykAPIGateway.md

File metadata and controls

144 lines (79 loc) · 3.8 KB

XTykAPIGateway

Properties

Name Type Description Notes
Info Pointer to Info [optional]
Middleware Pointer to NullableMiddleware [optional]
Server Pointer to Server [optional]
Upstream Pointer to Upstream [optional]

Methods

NewXTykAPIGateway

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

NewXTykAPIGatewayWithDefaults

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

GetInfo

func (o *XTykAPIGateway) GetInfo() Info

GetInfo returns the Info field if non-nil, zero value otherwise.

GetInfoOk

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.

SetInfo

func (o *XTykAPIGateway) SetInfo(v Info)

SetInfo sets Info field to given value.

HasInfo

func (o *XTykAPIGateway) HasInfo() bool

HasInfo returns a boolean if a field has been set.

GetMiddleware

func (o *XTykAPIGateway) GetMiddleware() Middleware

GetMiddleware returns the Middleware field if non-nil, zero value otherwise.

GetMiddlewareOk

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.

SetMiddleware

func (o *XTykAPIGateway) SetMiddleware(v Middleware)

SetMiddleware sets Middleware field to given value.

HasMiddleware

func (o *XTykAPIGateway) HasMiddleware() bool

HasMiddleware returns a boolean if a field has been set.

SetMiddlewareNil

func (o *XTykAPIGateway) SetMiddlewareNil(b bool)

SetMiddlewareNil sets the value for Middleware to be an explicit nil

UnsetMiddleware

func (o *XTykAPIGateway) UnsetMiddleware()

UnsetMiddleware ensures that no value is present for Middleware, not even an explicit nil

GetServer

func (o *XTykAPIGateway) GetServer() Server

GetServer returns the Server field if non-nil, zero value otherwise.

GetServerOk

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.

SetServer

func (o *XTykAPIGateway) SetServer(v Server)

SetServer sets Server field to given value.

HasServer

func (o *XTykAPIGateway) HasServer() bool

HasServer returns a boolean if a field has been set.

GetUpstream

func (o *XTykAPIGateway) GetUpstream() Upstream

GetUpstream returns the Upstream field if non-nil, zero value otherwise.

GetUpstreamOk

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.

SetUpstream

func (o *XTykAPIGateway) SetUpstream(v Upstream)

SetUpstream sets Upstream field to given value.

HasUpstream

func (o *XTykAPIGateway) HasUpstream() bool

HasUpstream returns a boolean if a field has been set.

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