Name | Type | Description | Notes |
---|---|---|---|
GatewayAuthMethod | Pointer to string | [optional] | |
GatewayType | Pointer to string | [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) GetGatewayAuthMethod() string
GetGatewayAuthMethod returns the GatewayAuthMethod field if non-nil, zero value otherwise.
func (o *GatewayConfig) GetGatewayAuthMethodOk() (*string, bool)
GetGatewayAuthMethodOk returns a tuple with the GatewayAuthMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayConfig) SetGatewayAuthMethod(v string)
SetGatewayAuthMethod sets GatewayAuthMethod field to given value.
func (o *GatewayConfig) HasGatewayAuthMethod() bool
HasGatewayAuthMethod returns a boolean if a field has been set.
func (o *GatewayConfig) GetGatewayType() string
GetGatewayType returns the GatewayType field if non-nil, zero value otherwise.
func (o *GatewayConfig) GetGatewayTypeOk() (*string, bool)
GetGatewayTypeOk returns a tuple with the GatewayType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayConfig) SetGatewayType(v string)
SetGatewayType sets GatewayType field to given value.
func (o *GatewayConfig) HasGatewayType() bool
HasGatewayType returns a boolean if a field has been set.