$auth
$auth : string
The API access token from the Pushwoosh control panel (create this token at https://cp.pushwoosh.com/api_access).
Class which represents Pushwoosh '/deleteMessage' request.
create() : \Gomoob\Pushwoosh\Model\Request\DeleteMessageRequest
Utility function used to create a new instance of the <tt>DeleteMessageRequest</tt>.
the new created instance.
setAuth(string $auth) : \Gomoob\Pushwoosh\Model\Request\DeleteMessageRequest
Sets the API access token from the Pushwoosh control panel (create this token at https://cp.pushwoosh.com/api_access).
string | $auth | the API access token from the Pushwoosh control panel (create this token at
|
this instance.
setMessage(string $message) : \Gomoob\Pushwoosh\Model\Request\DeleteMessageRequest
Sets the message code obtained in createMessage.
string | $message | the message code obtained in createdMessage. |
this instance.