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

     1  # ApprovalRequestConfigBody
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Description** | **string** | A name that describes the changes you would like to apply to a feature flag configuration | [default to null]
     7  **Instructions** | [***SemanticPatchInstruction**](SemanticPatchInstruction.md) |  | [default to null]
     8  **NotifyMemberIds** | **[]string** |  | [default to null]
     9  **Comment** | **string** | comment will be included in audit log item for change. | [optional] [default to null]
    10  **ExecutionDate** | **int64** | Timestamp for when instructions will be executed | [optional] [default to null]
    11  **OperatingOnId** | **string** | ID of scheduled change to edit or delete | [optional] [default to null]
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15