Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.1 KB

GsxConnectionUpdate.md

File metadata and controls

186 lines (101 loc) · 5.1 KB

GsxConnectionUpdate

Properties

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]

Methods

NewGsxConnectionUpdate

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

NewGsxConnectionUpdateWithDefaults

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

GetEnabled

func (o *GsxConnectionUpdate) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *GsxConnectionUpdate) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *GsxConnectionUpdate) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetUsername

func (o *GsxConnectionUpdate) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *GsxConnectionUpdate) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *GsxConnectionUpdate) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetServiceAccountNo

func (o *GsxConnectionUpdate) GetServiceAccountNo() string

GetServiceAccountNo returns the ServiceAccountNo field if non-nil, zero value otherwise.

GetServiceAccountNoOk

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.

SetServiceAccountNo

func (o *GsxConnectionUpdate) SetServiceAccountNo(v string)

SetServiceAccountNo sets ServiceAccountNo field to given value.

HasServiceAccountNo

func (o *GsxConnectionUpdate) HasServiceAccountNo() bool

HasServiceAccountNo returns a boolean if a field has been set.

GetShipToNo

func (o *GsxConnectionUpdate) GetShipToNo() string

GetShipToNo returns the ShipToNo field if non-nil, zero value otherwise.

GetShipToNoOk

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.

SetShipToNo

func (o *GsxConnectionUpdate) SetShipToNo(v string)

SetShipToNo sets ShipToNo field to given value.

HasShipToNo

func (o *GsxConnectionUpdate) HasShipToNo() bool

HasShipToNo returns a boolean if a field has been set.

GetToken

func (o *GsxConnectionUpdate) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *GsxConnectionUpdate) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *GsxConnectionUpdate) HasToken() bool

HasToken returns a boolean if a field has been set.

GetGsxKeystore

func (o *GsxConnectionUpdate) GetGsxKeystore() GsxKeystore

GetGsxKeystore returns the GsxKeystore field if non-nil, zero value otherwise.

GetGsxKeystoreOk

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.

SetGsxKeystore

func (o *GsxConnectionUpdate) SetGsxKeystore(v GsxKeystore)

SetGsxKeystore sets GsxKeystore field to given value.

HasGsxKeystore

func (o *GsxConnectionUpdate) HasGsxKeystore() bool

HasGsxKeystore returns a boolean if a field has been set.

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