Name | Type | Description | Notes |
---|---|---|---|
Event | Pointer to EventRequest | [optional] | |
Seen | Pointer to bool | [optional] |
func NewNotificationRequest() *NotificationRequest
NewNotificationRequest instantiates a new NotificationRequest 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 NewNotificationRequestWithDefaults() *NotificationRequest
NewNotificationRequestWithDefaults instantiates a new NotificationRequest 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 *NotificationRequest) GetEvent() EventRequest
GetEvent returns the Event field if non-nil, zero value otherwise.
func (o *NotificationRequest) GetEventOk() (*EventRequest, bool)
GetEventOk returns a tuple with the Event field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationRequest) SetEvent(v EventRequest)
SetEvent sets Event field to given value.
func (o *NotificationRequest) HasEvent() bool
HasEvent returns a boolean if a field has been set.
func (o *NotificationRequest) GetSeen() bool
GetSeen returns the Seen field if non-nil, zero value otherwise.
func (o *NotificationRequest) GetSeenOk() (*bool, bool)
GetSeenOk returns a tuple with the Seen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationRequest) SetSeen(v bool)
SetSeen sets Seen field to given value.
func (o *NotificationRequest) HasSeen() bool
HasSeen returns a boolean if a field has been set.