Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 1.77 KB

ApprovalRequest.md

File metadata and controls

21 lines (18 loc) · 1.77 KB

LaunchDarkly.Api.Model.ApprovalRequest

Properties

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]

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