Name | Type | Description | Notes |
---|---|---|---|
Ciot | Pointer to GatewayCIoTConfig | [optional] | |
Inet | Pointer to GatewayInetConfig | [optional] | |
User | Pointer to GatewayCustomConfig | [optional] |
func NewGatewayConfig() *GatewayConfig
NewGatewayConfig instantiates a new GatewayConfig 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 NewGatewayConfigWithDefaults() *GatewayConfig
NewGatewayConfigWithDefaults instantiates a new GatewayConfig 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 *GatewayConfig) GetCiot() GatewayCIoTConfig
GetCiot returns the Ciot field if non-nil, zero value otherwise.
func (o *GatewayConfig) GetCiotOk() (*GatewayCIoTConfig, bool)
GetCiotOk returns a tuple with the Ciot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayConfig) SetCiot(v GatewayCIoTConfig)
SetCiot sets Ciot field to given value.
func (o *GatewayConfig) HasCiot() bool
HasCiot returns a boolean if a field has been set.
func (o *GatewayConfig) GetInet() GatewayInetConfig
GetInet returns the Inet field if non-nil, zero value otherwise.
func (o *GatewayConfig) GetInetOk() (*GatewayInetConfig, bool)
GetInetOk returns a tuple with the Inet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayConfig) SetInet(v GatewayInetConfig)
SetInet sets Inet field to given value.
func (o *GatewayConfig) HasInet() bool
HasInet returns a boolean if a field has been set.
func (o *GatewayConfig) GetUser() GatewayCustomConfig
GetUser returns the User field if non-nil, zero value otherwise.
func (o *GatewayConfig) GetUserOk() (*GatewayCustomConfig, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayConfig) SetUser(v GatewayCustomConfig)
SetUser sets User field to given value.
func (o *GatewayConfig) HasUser() bool
HasUser returns a boolean if a field has been set.