Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.32 KB

V0039JobExitCodeSignal.md

File metadata and controls

82 lines (45 loc) · 2.32 KB

V0039JobExitCodeSignal

Properties

Name Type Description Notes
SignalId Pointer to int32 signal numeric ID [optional]
Name Pointer to string signal name [optional]

Methods

NewV0039JobExitCodeSignal

func NewV0039JobExitCodeSignal() *V0039JobExitCodeSignal

NewV0039JobExitCodeSignal instantiates a new V0039JobExitCodeSignal 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

NewV0039JobExitCodeSignalWithDefaults

func NewV0039JobExitCodeSignalWithDefaults() *V0039JobExitCodeSignal

NewV0039JobExitCodeSignalWithDefaults instantiates a new V0039JobExitCodeSignal 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

GetSignalId

func (o *V0039JobExitCodeSignal) GetSignalId() int32

GetSignalId returns the SignalId field if non-nil, zero value otherwise.

GetSignalIdOk

func (o *V0039JobExitCodeSignal) GetSignalIdOk() (*int32, bool)

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

SetSignalId

func (o *V0039JobExitCodeSignal) SetSignalId(v int32)

SetSignalId sets SignalId field to given value.

HasSignalId

func (o *V0039JobExitCodeSignal) HasSignalId() bool

HasSignalId returns a boolean if a field has been set.

GetName

func (o *V0039JobExitCodeSignal) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *V0039JobExitCodeSignal) GetNameOk() (*string, bool)

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

SetName

func (o *V0039JobExitCodeSignal) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *V0039JobExitCodeSignal) HasName() bool

HasName returns a boolean if a field has been set.

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