Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.34 KB

File metadata and controls

114 lines (61 loc) · 3.34 KB

NotificationChannelStatusError

Properties

Name Type Description Notes
Category string
Count int32
Message string
FirstSeenMs int32

Methods

NewNotificationChannelStatusError

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

NewNotificationChannelStatusErrorWithDefaults

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

GetCategory

func (o *NotificationChannelStatusError) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

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.

SetCategory

func (o *NotificationChannelStatusError) SetCategory(v string)

SetCategory sets Category field to given value.

GetCount

func (o *NotificationChannelStatusError) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

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.

SetCount

func (o *NotificationChannelStatusError) SetCount(v int32)

SetCount sets Count field to given value.

GetMessage

func (o *NotificationChannelStatusError) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *NotificationChannelStatusError) SetMessage(v string)

SetMessage sets Message field to given value.

GetFirstSeenMs

func (o *NotificationChannelStatusError) GetFirstSeenMs() int32

GetFirstSeenMs returns the FirstSeenMs field if non-nil, zero value otherwise.

GetFirstSeenMsOk

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.

SetFirstSeenMs

func (o *NotificationChannelStatusError) SetFirstSeenMs(v int32)

SetFirstSeenMs sets FirstSeenMs field to given value.

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