Name | Type | Description | Notes |
---|---|---|---|
UnreadCount | Pointer to int32 | [optional] | |
AllList | []Notification |
func NewNotificationAllList(allList []Notification, ) *NotificationAllList
NewNotificationAllList instantiates a new NotificationAllList 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 NewNotificationAllListWithDefaults() *NotificationAllList
NewNotificationAllListWithDefaults instantiates a new NotificationAllList 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 *NotificationAllList) GetUnreadCount() int32
GetUnreadCount returns the UnreadCount field if non-nil, zero value otherwise.
func (o *NotificationAllList) GetUnreadCountOk() (*int32, bool)
GetUnreadCountOk returns a tuple with the UnreadCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationAllList) SetUnreadCount(v int32)
SetUnreadCount sets UnreadCount field to given value.
func (o *NotificationAllList) HasUnreadCount() bool
HasUnreadCount returns a boolean if a field has been set.
func (o *NotificationAllList) GetAllList() []Notification
GetAllList returns the AllList field if non-nil, zero value otherwise.
func (o *NotificationAllList) GetAllListOk() (*[]Notification, bool)
GetAllListOk returns a tuple with the AllList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationAllList) SetAllList(v []Notification)
SetAllList sets AllList field to given value.