| Name | Type | Description | Notes |
|---|---|---|---|
| Schedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
| LastEstimated | Pointer to NullableTime | [optional] |
func NewSchedulingScheduledTaskScheduleResponse() *SchedulingScheduledTaskScheduleResponse
NewSchedulingScheduledTaskScheduleResponse instantiates a new SchedulingScheduledTaskScheduleResponse 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 NewSchedulingScheduledTaskScheduleResponseWithDefaults() *SchedulingScheduledTaskScheduleResponse
NewSchedulingScheduledTaskScheduleResponseWithDefaults instantiates a new SchedulingScheduledTaskScheduleResponse 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 *SchedulingScheduledTaskScheduleResponse) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *SchedulingScheduledTaskScheduleResponse) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchedulingScheduledTaskScheduleResponse) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSchedule sets Schedule field to given value.
func (o *SchedulingScheduledTaskScheduleResponse) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (o *SchedulingScheduledTaskScheduleResponse) GetLastEstimated() time.Time
GetLastEstimated returns the LastEstimated field if non-nil, zero value otherwise.
func (o *SchedulingScheduledTaskScheduleResponse) GetLastEstimatedOk() (*time.Time, bool)
GetLastEstimatedOk returns a tuple with the LastEstimated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchedulingScheduledTaskScheduleResponse) SetLastEstimated(v time.Time)
SetLastEstimated sets LastEstimated field to given value.
func (o *SchedulingScheduledTaskScheduleResponse) HasLastEstimated() bool
HasLastEstimated returns a boolean if a field has been set.
func (o *SchedulingScheduledTaskScheduleResponse) SetLastEstimatedNil(b bool)
SetLastEstimatedNil sets the value for LastEstimated to be an explicit nil
func (o *SchedulingScheduledTaskScheduleResponse) UnsetLastEstimated()
UnsetLastEstimated ensures that no value is present for LastEstimated, not even an explicit nil