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
13
14
15
# Prompt

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | A unique id for this prompt. | 
**sent_at** | **f32** | The unix timestamp when this prompt was sent. | 
**is_expired** | **bool** | Whether the prompt can still be answered. | 
**request** | [***::models::CreatePromptRequest**](CreatePromptRequest.md) |  | 
**answer** | [***::models::PromptAnswer**](PromptAnswer.md) |  | [optional] 
**metadata** | [***::models::PromptMetadata**](PromptMetadata.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)