Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []BaseNotification | List of notifications. | [optional] |
func (o *BaseNotifications) GetData() []BaseNotification
GetData returns the Data field if non-nil, zero value otherwise.
func (o *BaseNotifications) GetDataOk() ([]BaseNotification, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseNotifications) HasData() bool
HasData returns a boolean if a field has been set.
func (o *BaseNotifications) SetData(v []BaseNotification)
SetData gets a reference to the given []BaseNotification and assigns it to the Data field.