windmill-api 1.683.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# GetApprovalInfo200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)