Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.85 KB

A4b.md

File metadata and controls

72 lines (39 loc) · 1.85 KB

A4b

Properties

Name Type Description Notes
PSMConnectorID string
Enabled bool

Methods

NewA4b

func NewA4b(pSMConnectorID string, enabled bool, ) *A4b

NewA4b instantiates a new A4b 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

NewA4bWithDefaults

func NewA4bWithDefaults() *A4b

NewA4bWithDefaults instantiates a new A4b 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

GetPSMConnectorID

func (o *A4b) GetPSMConnectorID() string

GetPSMConnectorID returns the PSMConnectorID field if non-nil, zero value otherwise.

GetPSMConnectorIDOk

func (o *A4b) GetPSMConnectorIDOk() (*string, bool)

GetPSMConnectorIDOk returns a tuple with the PSMConnectorID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPSMConnectorID

func (o *A4b) SetPSMConnectorID(v string)

SetPSMConnectorID sets PSMConnectorID field to given value.

GetEnabled

func (o *A4b) GetEnabled() bool

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

GetEnabledOk

func (o *A4b) 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 *A4b) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

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