Interface IRequestByUsername
Interface for notification requests that target users by username.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsNotifications
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Recipients
Gets or sets the recipients.
Declaration
Property Value
| Type | Description |
|---|---|
| IList<>string |
Methods
Validate()
Validates the request.
Declaration
Exceptions
| Type | Condition |
|---|---|
| ValidationException |
When the request has invalid properties. |