Name | Type | Description | Notes |
---|---|---|---|
NotificationType | Pointer to string | The type of notification that should be shown (e.g. error/warning/info). | |
Title | Pointer to string | Title of the notification. | |
Body | Pointer to string | Body of the notification. |
func (o *ShowNotificationEffectProps) GetNotificationType() string
GetNotificationType returns the NotificationType field if non-nil, zero value otherwise.
func (o *ShowNotificationEffectProps) GetNotificationTypeOk() (string, bool)
GetNotificationTypeOk returns a tuple with the NotificationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShowNotificationEffectProps) HasNotificationType() bool
HasNotificationType returns a boolean if a field has been set.
func (o *ShowNotificationEffectProps) SetNotificationType(v string)
SetNotificationType gets a reference to the given string and assigns it to the NotificationType field.
func (o *ShowNotificationEffectProps) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ShowNotificationEffectProps) GetTitleOk() (string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShowNotificationEffectProps) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ShowNotificationEffectProps) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (o *ShowNotificationEffectProps) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *ShowNotificationEffectProps) GetBodyOk() (string, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShowNotificationEffectProps) HasBody() bool
HasBody returns a boolean if a field has been set.
func (o *ShowNotificationEffectProps) SetBody(v string)
SetBody gets a reference to the given string and assigns it to the Body field.