SudoSOS Back-end API / notifications/notification-options / HelloWorldOptions
Class: HelloWorldOptions ​
Options for a simple "Hello World" notification.
Extends ​
Constructors ​
Constructor ​
ts
new HelloWorldOptions(name): HelloWorldOptions;Parameters ​
| Parameter | Type | Description |
|---|---|---|
name | string | The user's name. |
Returns ​
HelloWorldOptions
Overrides ​
Properties ​
| Property | Modifier | Type | Description |
|---|---|---|---|
name | public | string | The user's name. |