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,23 +16,23 @@ tags: ['SDK', 'Software Development Kit', 'WorkItems', 'BetaWorkItems']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | ID of the work item | [optional]
**RequesterId** | Pointer to **String** | ID of the requester | [optional]
**RequesterDisplayName** | Pointer to **String** | The displayname of the requester | [optional]
**OwnerId** | Pointer to **String** | The ID of the owner | [optional]
**OwnerName** | Pointer to **String** | The name of the owner | [optional]
**Created** | Pointer to **System.DateTime** | | [optional]
**Modified** | Pointer to **System.DateTime** | | [optional]
**Description** | Pointer to **String** | The description of the work item | [optional]
**State** | Pointer to [**WorkItemState**](work-item-state) | | [optional]
**Type** | Pointer to [**WorkItemType**](work-item-type) | | [optional]
**RemediationItems** | Pointer to [**[]RemediationItemDetails**](remediation-item-details) | | [optional]
**ApprovalItems** | Pointer to [**[]ApprovalItemDetails**](approval-item-details) | | [optional]
**Name** | Pointer to **String** | The work item name | [optional]
**Completed** | Pointer to **System.DateTime** | | [optional]
**NumItems** | Pointer to **Int32** | The number of items in the work item | [optional]
**Errors** | Pointer to **[]String** | | [optional]
**Form** | Pointer to [**FormDetails**](form-details) | | [optional]
**Id** | **String** | ID of the work item | [optional]
**RequesterId** | **String** | ID of the requester | [optional]
**RequesterDisplayName** | **String** | The displayname of the requester | [optional]
**OwnerId** | **String** | The ID of the owner | [optional]
**OwnerName** | **String** | The name of the owner | [optional]
**Created** | **System.DateTime** | | [optional]
**Modified** | **System.DateTime** | | [optional]
**Description** | **String** | The description of the work item | [optional]
**State** | [**WorkItemState**](work-item-state) | | [optional]
**Type** | [**WorkItemType**](work-item-type) | | [optional]
**RemediationItems** | [**[]RemediationItemDetails**](remediation-item-details) | | [optional]
**ApprovalItems** | [**[]ApprovalItemDetails**](approval-item-details) | | [optional]
**Name** | **String** | The work item name | [optional]
**Completed** | **System.DateTime** | | [optional]
**NumItems** | **Int32** | The number of items in the work item | [optional]
**Errors** | **[]String** | | [optional]
**Form** | [**FormDetails**](form-details) | | [optional]
## Examples