Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.15 KB

GetPhpExecEnvsRes.md

File metadata and controls

108 lines (59 loc) · 3.15 KB

GetPhpExecEnvsRes

Properties

Name Type Description Notes
Error Pointer to string [optional]
PhpExecEnv Pointer to []PHPExecutionEnvironmentDTO [optional]
ValidationErrors Pointer to []string [optional]

Methods

NewGetPhpExecEnvsRes

func NewGetPhpExecEnvsRes() *GetPhpExecEnvsRes

NewGetPhpExecEnvsRes instantiates a new GetPhpExecEnvsRes 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

NewGetPhpExecEnvsResWithDefaults

func NewGetPhpExecEnvsResWithDefaults() *GetPhpExecEnvsRes

NewGetPhpExecEnvsResWithDefaults instantiates a new GetPhpExecEnvsRes 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

GetError

func (o *GetPhpExecEnvsRes) GetError() string

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

GetErrorOk

func (o *GetPhpExecEnvsRes) 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 *GetPhpExecEnvsRes) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *GetPhpExecEnvsRes) HasError() bool

HasError returns a boolean if a field has been set.

GetPhpExecEnv

func (o *GetPhpExecEnvsRes) GetPhpExecEnv() []PHPExecutionEnvironmentDTO

GetPhpExecEnv returns the PhpExecEnv field if non-nil, zero value otherwise.

GetPhpExecEnvOk

func (o *GetPhpExecEnvsRes) GetPhpExecEnvOk() (*[]PHPExecutionEnvironmentDTO, bool)

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

SetPhpExecEnv

func (o *GetPhpExecEnvsRes) SetPhpExecEnv(v []PHPExecutionEnvironmentDTO)

SetPhpExecEnv sets PhpExecEnv field to given value.

HasPhpExecEnv

func (o *GetPhpExecEnvsRes) HasPhpExecEnv() bool

HasPhpExecEnv returns a boolean if a field has been set.

GetValidationErrors

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

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

GetValidationErrorsOk

func (o *GetPhpExecEnvsRes) 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 *GetPhpExecEnvsRes) SetValidationErrors(v []string)

SetValidationErrors sets ValidationErrors field to given value.

HasValidationErrors

func (o *GetPhpExecEnvsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

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