Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.97 KB

ApprovalRequest.md

File metadata and controls

22 lines (18 loc) · 1.97 KB

ApprovalRequest

Properties

Name Type Description Notes
Id string The unique resource id. [optional] [default to null]
Version int32 [optional] [default to null]
CreationDate int32 A unix epoch time in milliseconds specifying the date the approval request was requested [optional] [default to null]
RequestorId string The id of the member that requested the change [optional] [default to null]
ReviewStatus *ApprovalRequestReviewStatus [optional] [default to null]
Status string Name
AppliedByMemberID string The id of the member that applied the approval request [optional] [default to null]
AppliedDate int32 A unix epoch time in milliseconds specifying the date the approval request was applied [optional] [default to null]
AllReviews []ApprovalRequestReview [optional] [default to null]
NotifyMemberIds []string [optional] [default to null]
Instructions *SemanticPatchInstruction [optional] [default to null]
ExecutionDate int64 Timestamp for when instructions will be executed [optional] [default to null]
OperatingOnId string ID of scheduled change to edit or delete [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]