Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'Schedule1', 'Schedule1']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | [**ScheduleType**](schedule-type) | | [required]
**Months** | Pointer to [**Schedule1Months**](schedule1-months) | | [optional]
**Days** | Pointer to [**Schedule1Days**](schedule1-days) | | [optional]
**Hours** | [**Schedule1Hours**](schedule1-hours) | | [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]
**Type** | [**ScheduleType**](schedule-type) | | [required]
**Months** | [**Schedule1Months**](schedule1-months) | | [optional]
**Days** | [**Schedule1Days**](schedule1-days) | | [optional]
**Hours** | [**Schedule1Hours**](schedule1-hours) | | [required]
**Expiration** | **System.DateTime** | A date-time in ISO-8601 format | [optional]
**TimeZoneId** | **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