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

     1  # FeatureFlagChangeRequest
     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 change 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** | [***FeatureFlagChangeRequestReviewStatus**](FeatureFlagChangeRequestReviewStatus.md) |  | [optional] [default to null]
    11  **Status** | **string** | | Name     | Description | | --------:| ----------- | | pending  | the feature flag change request has not been applied yet | | completed| the feature flag change request has been applied successfully | | failed   | the feature flag change 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 change request | [optional] [default to null]
    13  **AppliedDate** | **int32** | A unix epoch time in milliseconds specifying the date the change request was applied | [optional] [default to null]
    14  **CurrentReviewsByMemberId** | [***FeatureFlagChangeRequestReview**](FeatureFlagChangeRequestReview.md) |  | [optional] [default to null]
    15  **AllReviews** | [**[]FeatureFlagChangeRequestReview**](FeatureFlagChangeRequestReview.md) |  | [optional] [default to null]
    16  **NotifyMemberIds** | **[]string** |  | [optional] [default to null]
    17  **Instructions** | [***SemanticPatchInstruction**](SemanticPatchInstruction.md) |  | [optional] [default to null]
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21