Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.67 KB

ExportExecEnvCfgRes.md

File metadata and controls

134 lines (73 loc) · 3.67 KB

ExportExecEnvCfgRes

Properties

Name Type Description Notes
Config Pointer to string [optional]
Error Pointer to string [optional]
FileName Pointer to string [optional]
ValidationErrors Pointer to []string [optional]

Methods

NewExportExecEnvCfgRes

func NewExportExecEnvCfgRes() *ExportExecEnvCfgRes

NewExportExecEnvCfgRes instantiates a new ExportExecEnvCfgRes 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

NewExportExecEnvCfgResWithDefaults

func NewExportExecEnvCfgResWithDefaults() *ExportExecEnvCfgRes

NewExportExecEnvCfgResWithDefaults instantiates a new ExportExecEnvCfgRes 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

GetConfig

func (o *ExportExecEnvCfgRes) GetConfig() string

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

func (o *ExportExecEnvCfgRes) GetConfigOk() (*string, bool)

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

SetConfig

func (o *ExportExecEnvCfgRes) SetConfig(v string)

SetConfig sets Config field to given value.

HasConfig

func (o *ExportExecEnvCfgRes) HasConfig() bool

HasConfig returns a boolean if a field has been set.

GetError

func (o *ExportExecEnvCfgRes) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *ExportExecEnvCfgRes) GetErrorOk() (*string, bool)

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

SetError

func (o *ExportExecEnvCfgRes) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *ExportExecEnvCfgRes) HasError() bool

HasError returns a boolean if a field has been set.

GetFileName

func (o *ExportExecEnvCfgRes) GetFileName() string

GetFileName returns the FileName field if non-nil, zero value otherwise.

GetFileNameOk

func (o *ExportExecEnvCfgRes) GetFileNameOk() (*string, bool)

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

SetFileName

func (o *ExportExecEnvCfgRes) SetFileName(v string)

SetFileName sets FileName field to given value.

HasFileName

func (o *ExportExecEnvCfgRes) HasFileName() bool

HasFileName returns a boolean if a field has been set.

GetValidationErrors

func (o *ExportExecEnvCfgRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field if non-nil, zero value otherwise.

GetValidationErrorsOk

func (o *ExportExecEnvCfgRes) GetValidationErrorsOk() (*[]string, bool)

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

SetValidationErrors

func (o *ExportExecEnvCfgRes) SetValidationErrors(v []string)

SetValidationErrors sets ValidationErrors field to given value.

HasValidationErrors

func (o *ExportExecEnvCfgRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

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