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

     1  # FeatureFlagApprovalRequest
     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** | [***FeatureFlagApprovalRequestReviewStatus**](FeatureFlagApprovalRequestReviewStatus.md) |  | [optional] [default to null]
    11  **Status** | **string** | | Name     | Description | | --------:| ----------- | | pending  | the feature flag approval request has not been applied yet | | completed| the feature flag approval request has been applied successfully | | failed   | the feature flag 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** | [**[]FeatureFlagApprovalRequestReview**](FeatureFlagApprovalRequestReview.md) |  | [optional] [default to null]
    15  **NotifyMemberIds** | **[]string** |  | [optional] [default to null]
    16  **Instructions** | [***SemanticPatchInstruction**](SemanticPatchInstruction.md) |  | [optional] [default to null]
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20