Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.3 KB

V0041JobDescMsgCrontabLine.md

File metadata and controls

82 lines (45 loc) · 2.3 KB

V0041JobDescMsgCrontabLine

Properties

Name Type Description Notes
Start Pointer to int32 [optional]
End Pointer to int32 [optional]

Methods

NewV0041JobDescMsgCrontabLine

func NewV0041JobDescMsgCrontabLine() *V0041JobDescMsgCrontabLine

NewV0041JobDescMsgCrontabLine instantiates a new V0041JobDescMsgCrontabLine 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

NewV0041JobDescMsgCrontabLineWithDefaults

func NewV0041JobDescMsgCrontabLineWithDefaults() *V0041JobDescMsgCrontabLine

NewV0041JobDescMsgCrontabLineWithDefaults instantiates a new V0041JobDescMsgCrontabLine 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

GetStart

func (o *V0041JobDescMsgCrontabLine) GetStart() int32

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *V0041JobDescMsgCrontabLine) GetStartOk() (*int32, bool)

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

SetStart

func (o *V0041JobDescMsgCrontabLine) SetStart(v int32)

SetStart sets Start field to given value.

HasStart

func (o *V0041JobDescMsgCrontabLine) HasStart() bool

HasStart returns a boolean if a field has been set.

GetEnd

func (o *V0041JobDescMsgCrontabLine) GetEnd() int32

GetEnd returns the End field if non-nil, zero value otherwise.

GetEndOk

func (o *V0041JobDescMsgCrontabLine) GetEndOk() (*int32, bool)

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

SetEnd

func (o *V0041JobDescMsgCrontabLine) SetEnd(v int32)

SetEnd sets End field to given value.

HasEnd

func (o *V0041JobDescMsgCrontabLine) HasEnd() bool

HasEnd returns a boolean if a field has been set.

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