Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.1 KB

KeyfactorApiModelsSslQuietHourResponse.md

File metadata and controls

134 lines (73 loc) · 4.1 KB

KeyfactorApiModelsSslQuietHourResponse

Properties

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]

Methods

NewKeyfactorApiModelsSslQuietHourResponse

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

NewKeyfactorApiModelsSslQuietHourResponseWithDefaults

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

GetStartDay

func (o *KeyfactorApiModelsSslQuietHourResponse) GetStartDay() int32

GetStartDay returns the StartDay field if non-nil, zero value otherwise.

GetStartDayOk

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.

SetStartDay

func (o *KeyfactorApiModelsSslQuietHourResponse) SetStartDay(v int32)

SetStartDay sets StartDay field to given value.

HasStartDay

func (o *KeyfactorApiModelsSslQuietHourResponse) HasStartDay() bool

HasStartDay returns a boolean if a field has been set.

GetStartTime

func (o *KeyfactorApiModelsSslQuietHourResponse) GetStartTime() time.Time

GetStartTime returns the StartTime field if non-nil, zero value otherwise.

GetStartTimeOk

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.

SetStartTime

func (o *KeyfactorApiModelsSslQuietHourResponse) SetStartTime(v time.Time)

SetStartTime sets StartTime field to given value.

HasStartTime

func (o *KeyfactorApiModelsSslQuietHourResponse) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

GetEndDay

func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndDay() int32

GetEndDay returns the EndDay field if non-nil, zero value otherwise.

GetEndDayOk

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.

SetEndDay

func (o *KeyfactorApiModelsSslQuietHourResponse) SetEndDay(v int32)

SetEndDay sets EndDay field to given value.

HasEndDay

func (o *KeyfactorApiModelsSslQuietHourResponse) HasEndDay() bool

HasEndDay returns a boolean if a field has been set.

GetEndTime

func (o *KeyfactorApiModelsSslQuietHourResponse) GetEndTime() time.Time

GetEndTime returns the EndTime field if non-nil, zero value otherwise.

GetEndTimeOk

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.

SetEndTime

func (o *KeyfactorApiModelsSslQuietHourResponse) SetEndTime(v time.Time)

SetEndTime sets EndTime field to given value.

HasEndTime

func (o *KeyfactorApiModelsSslQuietHourResponse) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

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