ScheduledJob
Properties
Name | Type | Description | Notes |
Id | String | | |
UserId | String | | |
InboxId | String | | |
JobId | String | | |
GroupId | String | | |
TriggerId | String | | |
Status | String | | |
SendAtTimestamp | System.DateTime | | |
CreatedAt | System.DateTime | | |
UpdatedAt | System.DateTime | | |
Examples
$ScheduledJob = Initialize-maislurp-client-powershellScheduledJob -Id null `
-UserId null `
-InboxId null `
-JobId null `
-GroupId null `
-TriggerId null `
-Status null `
-SendAtTimestamp null `
-CreatedAt null `
-UpdatedAt null
- Convert the resource to JSON
$ScheduledJob | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]