Name | Type | Description | Notes |
---|---|---|---|
Status | Pointer to string | exit status | [optional] |
ReturnCode | Pointer to int32 | return code (numeric) | [optional] |
Signal | Pointer to V0039JobExitCodeSignal | [optional] |
func NewV0039JobExitCode() *V0039JobExitCode
NewV0039JobExitCode instantiates a new V0039JobExitCode 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 NewV0039JobExitCodeWithDefaults() *V0039JobExitCode
NewV0039JobExitCodeWithDefaults instantiates a new V0039JobExitCode 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 *V0039JobExitCode) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *V0039JobExitCode) 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 *V0039JobExitCode) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *V0039JobExitCode) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *V0039JobExitCode) GetReturnCode() int32
GetReturnCode returns the ReturnCode field if non-nil, zero value otherwise.
func (o *V0039JobExitCode) GetReturnCodeOk() (*int32, 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 *V0039JobExitCode) SetReturnCode(v int32)
SetReturnCode sets ReturnCode field to given value.
func (o *V0039JobExitCode) HasReturnCode() bool
HasReturnCode returns a boolean if a field has been set.
func (o *V0039JobExitCode) GetSignal() V0039JobExitCodeSignal
GetSignal returns the Signal field if non-nil, zero value otherwise.
func (o *V0039JobExitCode) GetSignalOk() (*V0039JobExitCodeSignal, 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 *V0039JobExitCode) SetSignal(v V0039JobExitCodeSignal)
SetSignal sets Signal field to given value.
func (o *V0039JobExitCode) HasSignal() bool
HasSignal returns a boolean if a field has been set.