Files
openapi-go-answer/docs/InstallCheckConfigFileResp.md
2023-08-18 10:03:31 +08:00

3.4 KiB

InstallCheckConfigFileResp

Properties

Name Type Description Notes
ConfigFileExist Pointer to bool [optional]
DbConnectionSuccess Pointer to bool [optional]
DbTableExist Pointer to bool [optional]

Methods

NewInstallCheckConfigFileResp

func NewInstallCheckConfigFileResp() *InstallCheckConfigFileResp

NewInstallCheckConfigFileResp instantiates a new InstallCheckConfigFileResp 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

NewInstallCheckConfigFileRespWithDefaults

func NewInstallCheckConfigFileRespWithDefaults() *InstallCheckConfigFileResp

NewInstallCheckConfigFileRespWithDefaults instantiates a new InstallCheckConfigFileResp 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

GetConfigFileExist

func (o *InstallCheckConfigFileResp) GetConfigFileExist() bool

GetConfigFileExist returns the ConfigFileExist field if non-nil, zero value otherwise.

GetConfigFileExistOk

func (o *InstallCheckConfigFileResp) GetConfigFileExistOk() (*bool, bool)

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

SetConfigFileExist

func (o *InstallCheckConfigFileResp) SetConfigFileExist(v bool)

SetConfigFileExist sets ConfigFileExist field to given value.

HasConfigFileExist

func (o *InstallCheckConfigFileResp) HasConfigFileExist() bool

HasConfigFileExist returns a boolean if a field has been set.

GetDbConnectionSuccess

func (o *InstallCheckConfigFileResp) GetDbConnectionSuccess() bool

GetDbConnectionSuccess returns the DbConnectionSuccess field if non-nil, zero value otherwise.

GetDbConnectionSuccessOk

func (o *InstallCheckConfigFileResp) GetDbConnectionSuccessOk() (*bool, bool)

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

SetDbConnectionSuccess

func (o *InstallCheckConfigFileResp) SetDbConnectionSuccess(v bool)

SetDbConnectionSuccess sets DbConnectionSuccess field to given value.

HasDbConnectionSuccess

func (o *InstallCheckConfigFileResp) HasDbConnectionSuccess() bool

HasDbConnectionSuccess returns a boolean if a field has been set.

GetDbTableExist

func (o *InstallCheckConfigFileResp) GetDbTableExist() bool

GetDbTableExist returns the DbTableExist field if non-nil, zero value otherwise.

GetDbTableExistOk

func (o *InstallCheckConfigFileResp) GetDbTableExistOk() (*bool, bool)

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

SetDbTableExist

func (o *InstallCheckConfigFileResp) SetDbTableExist(v bool)

SetDbTableExist sets DbTableExist field to given value.

HasDbTableExist

func (o *InstallCheckConfigFileResp) HasDbTableExist() bool

HasDbTableExist returns a boolean if a field has been set.

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