Sha256: 15449c348c6e77e9b41ea706a7e6727299cf3170216722c0ab411ace88847e9c

Contents?: true

Size: 1.36 KB

Versions: 3

Compression:

Stored size: 1.36 KB

Contents

# LaunchDarklyApi::ApprovalRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | [**Id**](Id.md) |  | [optional] 
**_version** | **Integer** |  | [optional] 
**creation_date** | **Integer** | A unix epoch time in milliseconds specifying the date the approval request was requested | [optional] 
**requestor_id** | **String** | The id of the member that requested the change | [optional] 
**review_status** | [**ApprovalRequestReviewStatus**](ApprovalRequestReviewStatus.md) |  | [optional] 
**status** | **String** | | Name     | Description | | --------:| ----------- | | pending  | the approval request has not been applied yet | | completed| the approval request has been applied successfully | | failed   | the approval request has been applied but the changes were not applied successfully |  | [optional] 
**applied_by_member_id** | **String** | The id of the member that applied the approval request | [optional] 
**applied_date** | **Integer** | A unix epoch time in milliseconds specifying the date the approval request was applied | [optional] 
**all_reviews** | [**Array<ApprovalRequestReview>**](ApprovalRequestReview.md) |  | [optional] 
**notify_member_ids** | **Array<String>** |  | [optional] 
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) |  | [optional] 


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
launchdarkly_api-5.0.2 docs/ApprovalRequest.md
launchdarkly_api-5.0.1 docs/ApprovalRequest.md
launchdarkly_api-5.0.0 docs/ApprovalRequest.md