Name | Type | Description | Notes |
---|---|---|---|
Show | bool | ||
WarningHours | Pointer to int32 | [optional] |
func NewKeyfactorApiModelsMonitoringDashboardRequest(show bool, ) *KeyfactorApiModelsMonitoringDashboardRequest
NewKeyfactorApiModelsMonitoringDashboardRequest instantiates a new KeyfactorApiModelsMonitoringDashboardRequest 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 NewKeyfactorApiModelsMonitoringDashboardRequestWithDefaults() *KeyfactorApiModelsMonitoringDashboardRequest
NewKeyfactorApiModelsMonitoringDashboardRequestWithDefaults instantiates a new KeyfactorApiModelsMonitoringDashboardRequest 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 *KeyfactorApiModelsMonitoringDashboardRequest) GetShow() bool
GetShow returns the Show field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringDashboardRequest) GetShowOk() (*bool, bool)
GetShowOk returns a tuple with the Show field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringDashboardRequest) SetShow(v bool)
SetShow sets Show field to given value.
func (o *KeyfactorApiModelsMonitoringDashboardRequest) GetWarningHours() int32
GetWarningHours returns the WarningHours field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringDashboardRequest) GetWarningHoursOk() (*int32, bool)
GetWarningHoursOk returns a tuple with the WarningHours field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringDashboardRequest) SetWarningHours(v int32)
SetWarningHours sets WarningHours field to given value.
func (o *KeyfactorApiModelsMonitoringDashboardRequest) HasWarningHours() bool
HasWarningHours returns a boolean if a field has been set.