Name | Type | Description | Notes |
---|---|---|---|
After | Pointer to NullableInt32 | [optional] | |
On | Pointer to NullableTime | [optional] |
func NewTaskEnd() *TaskEnd
NewTaskEnd instantiates a new TaskEnd 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 NewTaskEndWithDefaults() *TaskEnd
NewTaskEndWithDefaults instantiates a new TaskEnd 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 *TaskEnd) GetAfter() int32
GetAfter returns the After field if non-nil, zero value otherwise.
func (o *TaskEnd) GetAfterOk() (*int32, bool)
GetAfterOk returns a tuple with the After field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskEnd) SetAfter(v int32)
SetAfter sets After field to given value.
func (o *TaskEnd) HasAfter() bool
HasAfter returns a boolean if a field has been set.
func (o *TaskEnd) SetAfterNil(b bool)
SetAfterNil sets the value for After to be an explicit nil
func (o *TaskEnd) UnsetAfter()
UnsetAfter ensures that no value is present for After, not even an explicit nil
func (o *TaskEnd) GetOn() time.Time
GetOn returns the On field if non-nil, zero value otherwise.
func (o *TaskEnd) GetOnOk() (*time.Time, bool)
GetOnOk returns a tuple with the On field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskEnd) SetOn(v time.Time)
SetOn sets On field to given value.
func (o *TaskEnd) HasOn() bool
HasOn returns a boolean if a field has been set.
func (o *TaskEnd) SetOnNil(b bool)
SetOnNil sets the value for On to be an explicit nil
func (o *TaskEnd) UnsetOn()
UnsetOn ensures that no value is present for On, not even an explicit nil