id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-schedule1 |
Schedule1 |
Schedule1 |
Schedule1 |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| Schedule1 |
| BetaSchedule1 |
|
/tools/sdk/powershell/beta/models/schedule1 |
| SDK |
| Software Development Kit |
| Schedule1 |
| BetaSchedule1 |
|
Schedule1
Properties
| Name |
Type |
Description |
Notes |
| Type |
ScheduleType |
|
[required] |
| Months |
Pointer to Schedule1Months |
|
[optional] |
| Days |
Pointer to Schedule1Days |
|
[optional] |
| Hours |
Schedule1Hours |
|
[required] |
| Expiration |
Pointer to System.DateTime |
A date-time in ISO-8601 format |
[optional] |
| TimeZoneId |
Pointer to String |
The canonical TZ identifier the schedule will run in (ex. America/New_York). If no timezone is specified, the org's default timezone is used. |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]