Name | Type | Description | Notes |
---|---|---|---|
Status | Pointer to []string | Status given by return code | [optional] |
ReturnCode | Pointer to V0040Uint32NoVal | [optional] | |
Signal | Pointer to V0040ProcessExitCodeVerboseSignal | [optional] |
func NewV0040ProcessExitCodeVerbose() *V0040ProcessExitCodeVerbose
NewV0040ProcessExitCodeVerbose instantiates a new V0040ProcessExitCodeVerbose 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
func NewV0040ProcessExitCodeVerboseWithDefaults() *V0040ProcessExitCodeVerbose
NewV0040ProcessExitCodeVerboseWithDefaults instantiates a new V0040ProcessExitCodeVerbose 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
func (o *V0040ProcessExitCodeVerbose) GetStatus() []string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *V0040ProcessExitCodeVerbose) GetStatusOk() (*[]string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040ProcessExitCodeVerbose) SetStatus(v []string)
SetStatus sets Status field to given value.
func (o *V0040ProcessExitCodeVerbose) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *V0040ProcessExitCodeVerbose) GetReturnCode() V0040Uint32NoVal
GetReturnCode returns the ReturnCode field if non-nil, zero value otherwise.
func (o *V0040ProcessExitCodeVerbose) GetReturnCodeOk() (*V0040Uint32NoVal, bool)
GetReturnCodeOk returns a tuple with the ReturnCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040ProcessExitCodeVerbose) SetReturnCode(v V0040Uint32NoVal)
SetReturnCode sets ReturnCode field to given value.
func (o *V0040ProcessExitCodeVerbose) HasReturnCode() bool
HasReturnCode returns a boolean if a field has been set.
func (o *V0040ProcessExitCodeVerbose) GetSignal() V0040ProcessExitCodeVerboseSignal
GetSignal returns the Signal field if non-nil, zero value otherwise.
func (o *V0040ProcessExitCodeVerbose) GetSignalOk() (*V0040ProcessExitCodeVerboseSignal, bool)
GetSignalOk returns a tuple with the Signal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040ProcessExitCodeVerbose) SetSignal(v V0040ProcessExitCodeVerboseSignal)
SetSignal sets Signal field to given value.
func (o *V0040ProcessExitCodeVerbose) HasSignal() bool
HasSignal returns a boolean if a field has been set.