| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Schedule | Pointer to NullableString | [optional] | |
| ScheduleType | Pointer to CSSCMSCoreEnumsScheduledTaskType | [optional] | |
| Enabled | Pointer to bool | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| EntityId | Pointer to NullableInt64 | [optional] | |
| LastRun | Pointer to NullableTime | [optional] |
func NewSchedulingScheduledTaskResponse() *SchedulingScheduledTaskResponse
NewSchedulingScheduledTaskResponse instantiates a new SchedulingScheduledTaskResponse 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 NewSchedulingScheduledTaskResponseWithDefaults() *SchedulingScheduledTaskResponse
NewSchedulingScheduledTaskResponseWithDefaults instantiates a new SchedulingScheduledTaskResponse 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 *SchedulingScheduledTaskResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SchedulingScheduledTaskResponse) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchedulingScheduledTaskResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *SchedulingScheduledTaskResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SchedulingScheduledTaskResponse) GetSchedule() string
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *SchedulingScheduledTaskResponse) GetScheduleOk() (*string, 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 *SchedulingScheduledTaskResponse) SetSchedule(v string)
SetSchedule sets Schedule field to given value.
func (o *SchedulingScheduledTaskResponse) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (o *SchedulingScheduledTaskResponse) SetScheduleNil(b bool)
SetScheduleNil sets the value for Schedule to be an explicit nil
func (o *SchedulingScheduledTaskResponse) UnsetSchedule()
UnsetSchedule ensures that no value is present for Schedule, not even an explicit nil
func (o *SchedulingScheduledTaskResponse) GetScheduleType() CSSCMSCoreEnumsScheduledTaskType
GetScheduleType returns the ScheduleType field if non-nil, zero value otherwise.
func (o *SchedulingScheduledTaskResponse) GetScheduleTypeOk() (*CSSCMSCoreEnumsScheduledTaskType, bool)
GetScheduleTypeOk returns a tuple with the ScheduleType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchedulingScheduledTaskResponse) SetScheduleType(v CSSCMSCoreEnumsScheduledTaskType)
SetScheduleType sets ScheduleType field to given value.
func (o *SchedulingScheduledTaskResponse) HasScheduleType() bool
HasScheduleType returns a boolean if a field has been set.
func (o *SchedulingScheduledTaskResponse) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *SchedulingScheduledTaskResponse) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchedulingScheduledTaskResponse) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *SchedulingScheduledTaskResponse) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *SchedulingScheduledTaskResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SchedulingScheduledTaskResponse) 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.
func (o *SchedulingScheduledTaskResponse) SetName(v string)
SetName sets Name field to given value.
func (o *SchedulingScheduledTaskResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SchedulingScheduledTaskResponse) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *SchedulingScheduledTaskResponse) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *SchedulingScheduledTaskResponse) GetEntityId() int64
GetEntityId returns the EntityId field if non-nil, zero value otherwise.
func (o *SchedulingScheduledTaskResponse) GetEntityIdOk() (*int64, bool)
GetEntityIdOk returns a tuple with the EntityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchedulingScheduledTaskResponse) SetEntityId(v int64)
SetEntityId sets EntityId field to given value.
func (o *SchedulingScheduledTaskResponse) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (o *SchedulingScheduledTaskResponse) SetEntityIdNil(b bool)
SetEntityIdNil sets the value for EntityId to be an explicit nil
func (o *SchedulingScheduledTaskResponse) UnsetEntityId()
UnsetEntityId ensures that no value is present for EntityId, not even an explicit nil
func (o *SchedulingScheduledTaskResponse) GetLastRun() time.Time
GetLastRun returns the LastRun field if non-nil, zero value otherwise.
func (o *SchedulingScheduledTaskResponse) GetLastRunOk() (*time.Time, bool)
GetLastRunOk returns a tuple with the LastRun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SchedulingScheduledTaskResponse) SetLastRun(v time.Time)
SetLastRun sets LastRun field to given value.
func (o *SchedulingScheduledTaskResponse) HasLastRun() bool
HasLastRun returns a boolean if a field has been set.
func (o *SchedulingScheduledTaskResponse) SetLastRunNil(b bool)
SetLastRunNil sets the value for LastRun to be an explicit nil
func (o *SchedulingScheduledTaskResponse) UnsetLastRun()
UnsetLastRun ensures that no value is present for LastRun, not even an explicit nil