Skip to content

Files

Latest commit

 

History

History
72 lines (39 loc) · 2.02 KB

AlertSummary.md

File metadata and controls

72 lines (39 loc) · 2.02 KB

AlertSummary

Properties

Name Type Description Notes
NumRealtime int64
NumScheduled int64

Methods

NewAlertSummary

func NewAlertSummary(numRealtime int64, numScheduled int64, ) *AlertSummary

NewAlertSummary instantiates a new AlertSummary 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

NewAlertSummaryWithDefaults

func NewAlertSummaryWithDefaults() *AlertSummary

NewAlertSummaryWithDefaults instantiates a new AlertSummary 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

GetNumRealtime

func (o *AlertSummary) GetNumRealtime() int64

GetNumRealtime returns the NumRealtime field if non-nil, zero value otherwise.

GetNumRealtimeOk

func (o *AlertSummary) GetNumRealtimeOk() (*int64, bool)

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

SetNumRealtime

func (o *AlertSummary) SetNumRealtime(v int64)

SetNumRealtime sets NumRealtime field to given value.

GetNumScheduled

func (o *AlertSummary) GetNumScheduled() int64

GetNumScheduled returns the NumScheduled field if non-nil, zero value otherwise.

GetNumScheduledOk

func (o *AlertSummary) GetNumScheduledOk() (*int64, bool)

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

SetNumScheduled

func (o *AlertSummary) SetNumScheduled(v int64)

SetNumScheduled sets NumScheduled field to given value.

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