github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/ApprovalRequest.md (about)

     1  # ApprovalRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | The unique resource id. | [optional] [default to null]
     7  **Version** | **int32** |  | [optional] [default to null]
     8  **CreationDate** | **int32** | A unix epoch time in milliseconds specifying the date the approval request was requested | [optional] [default to null]
     9  **RequestorId** | **string** | The id of the member that requested the change | [optional] [default to null]
    10  **ReviewStatus** | [***ApprovalRequestReviewStatus**](ApprovalRequestReviewStatus.md) |  | [optional] [default to null]
    11  **Status** | **string** | | Name      | Description | | ---------:| ----------- | | pending   | the approval request has not been applied yet | | completed | the approval request has been applied successfully | | scheduled | the approval request for a scheduled change has been applied successfully | | failed    | the approval request has been applied but the changes were not applied successfully |  | [optional] [default to null]
    12  **AppliedByMemberID** | **string** | The id of the member that applied the approval request | [optional] [default to null]
    13  **AppliedDate** | **int32** | A unix epoch time in milliseconds specifying the date the approval request was applied | [optional] [default to null]
    14  **AllReviews** | [**[]ApprovalRequestReview**](ApprovalRequestReview.md) |  | [optional] [default to null]
    15  **NotifyMemberIds** | **[]string** |  | [optional] [default to null]
    16  **Instructions** | [***SemanticPatchInstruction**](SemanticPatchInstruction.md) |  | [optional] [default to null]
    17  **ExecutionDate** | **int64** | Timestamp for when instructions will be executed | [optional] [default to null]
    18  **OperatingOnId** | **string** | ID of scheduled change to edit or delete | [optional] [default to null]
    19  
    20  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    21  
    22