Name | Type | Description | Notes |
---|---|---|---|
TotalCount | Pointer to int32 | [optional] | |
Offset | Pointer to int32 | [optional] | |
Limit | Pointer to int32 | [optional] | |
Notifications | Pointer to []NotificationWithMeta | [optional] |
func NewNotificationSlice() *NotificationSlice
NewNotificationSlice instantiates a new NotificationSlice 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 NewNotificationSliceWithDefaults() *NotificationSlice
NewNotificationSliceWithDefaults instantiates a new NotificationSlice 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 *NotificationSlice) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *NotificationSlice) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationSlice) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
func (o *NotificationSlice) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (o *NotificationSlice) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *NotificationSlice) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationSlice) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *NotificationSlice) HasOffset() bool
HasOffset returns a boolean if a field has been set.
func (o *NotificationSlice) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *NotificationSlice) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationSlice) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *NotificationSlice) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *NotificationSlice) GetNotifications() []NotificationWithMeta
GetNotifications returns the Notifications field if non-nil, zero value otherwise.
func (o *NotificationSlice) GetNotificationsOk() (*[]NotificationWithMeta, bool)
GetNotificationsOk returns a tuple with the Notifications field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationSlice) SetNotifications(v []NotificationWithMeta)
SetNotifications sets Notifications field to given value.
func (o *NotificationSlice) HasNotifications() bool
HasNotifications returns a boolean if a field has been set.