Name | Type | Description | Notes |
---|---|---|---|
Events | Pointer to string | -> "sent" - All the devices by player_id that were sent the specified notification_id. Notifications targeting under 1000 recipients will not have "sent" events recorded, but will show "clicked" events. "clicked" - All the devices by `player_id` that clicked the specified notification_id. | [optional] |
Pointer to string | The email address you would like the report sent. | [optional] | |
AppId | Pointer to string | [optional] |
func NewGetNotificationRequestBody() *GetNotificationRequestBody
NewGetNotificationRequestBody instantiates a new GetNotificationRequestBody 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 NewGetNotificationRequestBodyWithDefaults() *GetNotificationRequestBody
NewGetNotificationRequestBodyWithDefaults instantiates a new GetNotificationRequestBody 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 *GetNotificationRequestBody) GetEvents() string
GetEvents returns the Events field if non-nil, zero value otherwise.
func (o *GetNotificationRequestBody) GetEventsOk() (*string, bool)
GetEventsOk returns a tuple with the Events field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNotificationRequestBody) SetEvents(v string)
SetEvents sets Events field to given value.
func (o *GetNotificationRequestBody) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (o *GetNotificationRequestBody) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *GetNotificationRequestBody) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNotificationRequestBody) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *GetNotificationRequestBody) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *GetNotificationRequestBody) GetAppId() string
GetAppId returns the AppId field if non-nil, zero value otherwise.
func (o *GetNotificationRequestBody) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNotificationRequestBody) SetAppId(v string)
SetAppId sets AppId field to given value.
func (o *GetNotificationRequestBody) HasAppId() bool
HasAppId returns a boolean if a field has been set.