type: meya.cli.event.vault.response
class: MeyaSdkVaultResponseEvent
path: /meya/cli/event/vault/response.py
signature: -
Fields
field  | signature  | required  | type  | default  | 
|---|---|---|---|---|
member_id  | ○  | ◉  | str  | |
thread_id  | ○  | ◉  | str  | |
app_vault  | ○  | ◉  | dict  | |
request_id  | ○  | ◉  | str  | |
result  | ○  | ◉  | Result  | |
text  | ○  | ○  | str  | |
Examples
Data
{
    "type": "meya.cli.event.vault.response", 
    "data": {
        "member_id": "STRING", 
        "thread_id": "STRING", 
        "app_vault": {
            "STRING": "ANY"
        }, 
        "request_id": "STRING", 
        "result": "error|ok", 
        "text": "STRING"
    }
}