Name | Type | Description | Notes |
---|---|---|---|
Enabled | Pointer to bool | [optional] [default to false] | |
Username | Pointer to string | [optional] [default to " "] | |
ServiceAccountNo | Pointer to string | [optional] | |
ShipToNo | Pointer to string | [optional] | |
Token | Pointer to string | [optional] | |
GsxKeystore | Pointer to GsxKeystore | [optional] |
func NewGsxConnectionUpdate() *GsxConnectionUpdate
NewGsxConnectionUpdate instantiates a new GsxConnectionUpdate 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 NewGsxConnectionUpdateWithDefaults() *GsxConnectionUpdate
NewGsxConnectionUpdateWithDefaults instantiates a new GsxConnectionUpdate 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 *GsxConnectionUpdate) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *GsxConnectionUpdate) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GsxConnectionUpdate) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *GsxConnectionUpdate) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *GsxConnectionUpdate) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *GsxConnectionUpdate) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GsxConnectionUpdate) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *GsxConnectionUpdate) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *GsxConnectionUpdate) GetServiceAccountNo() string
GetServiceAccountNo returns the ServiceAccountNo field if non-nil, zero value otherwise.
func (o *GsxConnectionUpdate) GetServiceAccountNoOk() (*string, bool)
GetServiceAccountNoOk returns a tuple with the ServiceAccountNo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GsxConnectionUpdate) SetServiceAccountNo(v string)
SetServiceAccountNo sets ServiceAccountNo field to given value.
func (o *GsxConnectionUpdate) HasServiceAccountNo() bool
HasServiceAccountNo returns a boolean if a field has been set.
func (o *GsxConnectionUpdate) GetShipToNo() string
GetShipToNo returns the ShipToNo field if non-nil, zero value otherwise.
func (o *GsxConnectionUpdate) GetShipToNoOk() (*string, bool)
GetShipToNoOk returns a tuple with the ShipToNo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GsxConnectionUpdate) SetShipToNo(v string)
SetShipToNo sets ShipToNo field to given value.
func (o *GsxConnectionUpdate) HasShipToNo() bool
HasShipToNo returns a boolean if a field has been set.
func (o *GsxConnectionUpdate) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GsxConnectionUpdate) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GsxConnectionUpdate) SetToken(v string)
SetToken sets Token field to given value.
func (o *GsxConnectionUpdate) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GsxConnectionUpdate) GetGsxKeystore() GsxKeystore
GetGsxKeystore returns the GsxKeystore field if non-nil, zero value otherwise.
func (o *GsxConnectionUpdate) GetGsxKeystoreOk() (*GsxKeystore, bool)
GetGsxKeystoreOk returns a tuple with the GsxKeystore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GsxConnectionUpdate) SetGsxKeystore(v GsxKeystore)
SetGsxKeystore sets GsxKeystore field to given value.
func (o *GsxConnectionUpdate) HasGsxKeystore() bool
HasGsxKeystore returns a boolean if a field has been set.