Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.62 KB

KeyfactorCommonSchedulingModelsMonthlyModel.md

File metadata and controls

82 lines (45 loc) · 2.62 KB

KeyfactorCommonSchedulingModelsMonthlyModel

Properties

Name Type Description Notes
Day Pointer to int32 [optional]
Time Pointer to time.Time [optional]

Methods

NewKeyfactorCommonSchedulingModelsMonthlyModel

func NewKeyfactorCommonSchedulingModelsMonthlyModel() *KeyfactorCommonSchedulingModelsMonthlyModel

NewKeyfactorCommonSchedulingModelsMonthlyModel instantiates a new KeyfactorCommonSchedulingModelsMonthlyModel 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

NewKeyfactorCommonSchedulingModelsMonthlyModelWithDefaults

func NewKeyfactorCommonSchedulingModelsMonthlyModelWithDefaults() *KeyfactorCommonSchedulingModelsMonthlyModel

NewKeyfactorCommonSchedulingModelsMonthlyModelWithDefaults instantiates a new KeyfactorCommonSchedulingModelsMonthlyModel 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

GetDay

func (o *KeyfactorCommonSchedulingModelsMonthlyModel) GetDay() int32

GetDay returns the Day field if non-nil, zero value otherwise.

GetDayOk

func (o *KeyfactorCommonSchedulingModelsMonthlyModel) GetDayOk() (*int32, bool)

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

SetDay

func (o *KeyfactorCommonSchedulingModelsMonthlyModel) SetDay(v int32)

SetDay sets Day field to given value.

HasDay

func (o *KeyfactorCommonSchedulingModelsMonthlyModel) HasDay() bool

HasDay returns a boolean if a field has been set.

GetTime

func (o *KeyfactorCommonSchedulingModelsMonthlyModel) GetTime() time.Time

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *KeyfactorCommonSchedulingModelsMonthlyModel) GetTimeOk() (*time.Time, bool)

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

SetTime

func (o *KeyfactorCommonSchedulingModelsMonthlyModel) SetTime(v time.Time)

SetTime sets Time field to given value.

HasTime

func (o *KeyfactorCommonSchedulingModelsMonthlyModel) HasTime() bool

HasTime returns a boolean if a field has been set.

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