Class AutomationProfileService.ProfilePayload
Represents the payload data containing profile information.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationProfileService.ProfilePayload
Properties
Gets or sets the email address associated with the profile.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TaskId
Gets or sets the identifier of the task associated with the profile.
Declaration
public string TaskId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |