Skip to content

Files

Latest commit

5159e36 · Aug 2, 2024

History

History
82 lines (45 loc) · 2.18 KB

V0040JobHet.md

File metadata and controls

82 lines (45 loc) · 2.18 KB

V0040JobHet

Properties

Name Type Description Notes
JobId Pointer to int32 [optional]
JobOffset Pointer to V0040Uint32NoVal [optional]

Methods

NewV0040JobHet

func NewV0040JobHet() *V0040JobHet

NewV0040JobHet instantiates a new V0040JobHet 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

NewV0040JobHetWithDefaults

func NewV0040JobHetWithDefaults() *V0040JobHet

NewV0040JobHetWithDefaults instantiates a new V0040JobHet 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

GetJobId

func (o *V0040JobHet) GetJobId() int32

GetJobId returns the JobId field if non-nil, zero value otherwise.

GetJobIdOk

func (o *V0040JobHet) GetJobIdOk() (*int32, bool)

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

SetJobId

func (o *V0040JobHet) SetJobId(v int32)

SetJobId sets JobId field to given value.

HasJobId

func (o *V0040JobHet) HasJobId() bool

HasJobId returns a boolean if a field has been set.

GetJobOffset

func (o *V0040JobHet) GetJobOffset() V0040Uint32NoVal

GetJobOffset returns the JobOffset field if non-nil, zero value otherwise.

GetJobOffsetOk

func (o *V0040JobHet) GetJobOffsetOk() (*V0040Uint32NoVal, bool)

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

SetJobOffset

func (o *V0040JobHet) SetJobOffset(v V0040Uint32NoVal)

SetJobOffset sets JobOffset field to given value.

HasJobOffset

func (o *V0040JobHet) HasJobOffset() bool

HasJobOffset returns a boolean if a field has been set.

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