approveapi_openapi 0.1.9

INTERNAL USE ONLY. OpenAPI-generated ApproveAPI rust client, used by the official client: https://crates.io/crates/approveapi.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# PromptAnswer

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**result** | **bool** | The user's answer to whether or not they approve this prompt. | 
**time** | **f32** | The unix timestamp when the user answered the prompt. | 
**metadata** | [***::models::AnswerMetadata**](AnswerMetadata.md) |  | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)