Name | Type | Description | Notes |
---|---|---|---|
Id | string | The unique resource id. | [optional] |
Version | int? | [optional] | |
CreationDate | int? | A unix epoch time in milliseconds specifying the date the approval request was requested | [optional] |
RequestorId | string | The id of the member that requested the change | [optional] |
ReviewStatus | ApprovalRequestReviewStatus | [optional] | |
Status | string | Name | |
AppliedByMemberID | string | The id of the member that applied the approval request | [optional] |
AppliedDate | int? | A unix epoch time in milliseconds specifying the date the approval request was applied | [optional] |
AllReviews | List<ApprovalRequestReview> | [optional] | |
NotifyMemberIds | List<string> | [optional] | |
Instructions | SemanticPatchInstruction | [optional] | |
ExecutionDate | long? | Timestamp for when instructions will be executed | [optional] |
OperatingOnId | string | ID of scheduled change to edit or delete | [optional] |
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.