Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.31 KB

SharedConfigurationStatusResponse.md

File metadata and controls

108 lines (59 loc) · 3.31 KB

SharedConfigurationStatusResponse

Properties

Name Type Description Notes
Success Pointer to bool [optional]
ErrorText Pointer to string [optional]
ScriptFound Pointer to bool [optional]

Methods

NewSharedConfigurationStatusResponse

func NewSharedConfigurationStatusResponse() *SharedConfigurationStatusResponse

NewSharedConfigurationStatusResponse instantiates a new SharedConfigurationStatusResponse 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

NewSharedConfigurationStatusResponseWithDefaults

func NewSharedConfigurationStatusResponseWithDefaults() *SharedConfigurationStatusResponse

NewSharedConfigurationStatusResponseWithDefaults instantiates a new SharedConfigurationStatusResponse 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

GetSuccess

func (o *SharedConfigurationStatusResponse) GetSuccess() bool

GetSuccess returns the Success field if non-nil, zero value otherwise.

GetSuccessOk

func (o *SharedConfigurationStatusResponse) GetSuccessOk() (*bool, bool)

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

SetSuccess

func (o *SharedConfigurationStatusResponse) SetSuccess(v bool)

SetSuccess sets Success field to given value.

HasSuccess

func (o *SharedConfigurationStatusResponse) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

GetErrorText

func (o *SharedConfigurationStatusResponse) GetErrorText() string

GetErrorText returns the ErrorText field if non-nil, zero value otherwise.

GetErrorTextOk

func (o *SharedConfigurationStatusResponse) GetErrorTextOk() (*string, bool)

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

SetErrorText

func (o *SharedConfigurationStatusResponse) SetErrorText(v string)

SetErrorText sets ErrorText field to given value.

HasErrorText

func (o *SharedConfigurationStatusResponse) HasErrorText() bool

HasErrorText returns a boolean if a field has been set.

GetScriptFound

func (o *SharedConfigurationStatusResponse) GetScriptFound() bool

GetScriptFound returns the ScriptFound field if non-nil, zero value otherwise.

GetScriptFoundOk

func (o *SharedConfigurationStatusResponse) GetScriptFoundOk() (*bool, bool)

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

SetScriptFound

func (o *SharedConfigurationStatusResponse) SetScriptFound(v bool)

SetScriptFound sets ScriptFound field to given value.

HasScriptFound

func (o *SharedConfigurationStatusResponse) HasScriptFound() bool

HasScriptFound returns a boolean if a field has been set.

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