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