# GetApprovalInfo200Response
## Properties
**flow_id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**form_schema** | Option<[**serde_json::Value**](.md)> | form schema for the approval step | [optional]
**description** | Option<[**serde_json::Value**](.md)> | description of the approval step | [optional]
**approval_conditions** | Option<[**models::GetApprovalInfo200ResponseApprovalConditions**](getApprovalInfo_200_response_approval_conditions.md)> | | [optional]
**can_approve** | **bool** | whether the current user/token holder can approve |
**user_auth_required** | **bool** | whether user authentication is required to approve |
**hide_cancel** | Option<**bool**> | whether to hide the cancel button in the UI | [optional]
**approvers** | [**Vec<models::GetApprovalInfo200ResponseApproversInner>**](getApprovalInfo_200_response_approvers_inner.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)