* Set send at
(sendAt)
| 150 | * Set send at |
| 151 | */ |
| 152 | setSendAt(sendAt) { |
| 153 | if (this._checkProperty('sendAt', sendAt, [this._checkUndefined, this._createCheckThatThrows(Number.isInteger, 'Integer expected for `sendAt`')])) { |
| 154 | this.sendAt = sendAt; |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Set template ID, also checks if the template is dynamic or legacy |
no test coverage detected