Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.61 KB

KeyfactorApiModelsMonitoringDashboardRequest.md

File metadata and controls

77 lines (42 loc) · 2.61 KB

KeyfactorApiModelsMonitoringDashboardRequest

Properties

Name Type Description Notes
Show bool
WarningHours Pointer to int32 [optional]

Methods

NewKeyfactorApiModelsMonitoringDashboardRequest

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

NewKeyfactorApiModelsMonitoringDashboardRequestWithDefaults

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

GetShow

func (o *KeyfactorApiModelsMonitoringDashboardRequest) GetShow() bool

GetShow returns the Show field if non-nil, zero value otherwise.

GetShowOk

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.

SetShow

func (o *KeyfactorApiModelsMonitoringDashboardRequest) SetShow(v bool)

SetShow sets Show field to given value.

GetWarningHours

func (o *KeyfactorApiModelsMonitoringDashboardRequest) GetWarningHours() int32

GetWarningHours returns the WarningHours field if non-nil, zero value otherwise.

GetWarningHoursOk

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.

SetWarningHours

func (o *KeyfactorApiModelsMonitoringDashboardRequest) SetWarningHours(v int32)

SetWarningHours sets WarningHours field to given value.

HasWarningHours

func (o *KeyfactorApiModelsMonitoringDashboardRequest) HasWarningHours() bool

HasWarningHours returns a boolean if a field has been set.

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