| Name | Type | Description | Notes |
|---|---|---|---|
| Category | string | ||
| Count | int32 | ||
| Message | string | ||
| FirstSeenMs | int32 |
func NewNotificationChannelStatusError(category string, count int32, message string, firstSeenMs int32, ) *NotificationChannelStatusError
NewNotificationChannelStatusError instantiates a new NotificationChannelStatusError 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 NewNotificationChannelStatusErrorWithDefaults() *NotificationChannelStatusError
NewNotificationChannelStatusErrorWithDefaults instantiates a new NotificationChannelStatusError 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 *NotificationChannelStatusError) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *NotificationChannelStatusError) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationChannelStatusError) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *NotificationChannelStatusError) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *NotificationChannelStatusError) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationChannelStatusError) SetCount(v int32)
SetCount sets Count field to given value.
func (o *NotificationChannelStatusError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *NotificationChannelStatusError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationChannelStatusError) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *NotificationChannelStatusError) GetFirstSeenMs() int32
GetFirstSeenMs returns the FirstSeenMs field if non-nil, zero value otherwise.
func (o *NotificationChannelStatusError) GetFirstSeenMsOk() (*int32, bool)
GetFirstSeenMsOk returns a tuple with the FirstSeenMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationChannelStatusError) SetFirstSeenMs(v int32)
SetFirstSeenMs sets FirstSeenMs field to given value.