Name | Type | Description | Notes |
---|---|---|---|
StartDay | Pointer to int32 | [optional] | |
StartTime | Pointer to time.Time | [optional] | |
EndDay | Pointer to int32 | [optional] | |
EndTime | Pointer to time.Time | [optional] |
func NewKeyfactorApiModelsSslQuietHourResponse() *KeyfactorApiModelsSslQuietHourResponse
NewKeyfactorApiModelsSslQuietHourResponse instantiates a new KeyfactorApiModelsSslQuietHourResponse 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 NewKeyfactorApiModelsSslQuietHourResponseWithDefaults() *KeyfactorApiModelsSslQuietHourResponse
NewKeyfactorApiModelsSslQuietHourResponseWithDefaults instantiates a new KeyfactorApiModelsSslQuietHourResponse 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 *KeyfactorApiModelsSslQuietHourResponse) GetStartDay() int32
GetStartDay returns the StartDay field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslQuietHourResponse) GetStartDayOk() (*int32, bool)
GetStartDayOk returns a tuple with the StartDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslQuietHourResponse) SetStartDay(v int32)
SetStartDay sets StartDay field to given value.
func (o *KeyfactorApiModelsSslQuietHourResponse) HasStartDay() bool
HasStartDay returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslQuietHourResponse) GetStartTime() time.Time
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslQuietHourResponse) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslQuietHourResponse) SetStartTime(v time.Time)
SetStartTime sets StartTime field to given value.
func (o *KeyfactorApiModelsSslQuietHourResponse) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndDay() int32
GetEndDay returns the EndDay field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndDayOk() (*int32, bool)
GetEndDayOk returns a tuple with the EndDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslQuietHourResponse) SetEndDay(v int32)
SetEndDay sets EndDay field to given value.
func (o *KeyfactorApiModelsSslQuietHourResponse) HasEndDay() bool
HasEndDay returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndTime() time.Time
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSslQuietHourResponse) SetEndTime(v time.Time)
SetEndTime sets EndTime field to given value.
func (o *KeyfactorApiModelsSslQuietHourResponse) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.