cli.app.request

type: meya.cli.event.app.request
class: MeyaSdkAppRequestEvent
path: /meya/cli/event/app/request.py
signature: -

Fields

fieldsignaturerequiredtypedefault
member_idstr
thread_idstr
app_idstr
app_namestr
request_idstr
template_repo_urlstr

Examples

Data

{
    "type": "meya.cli.event.app.request", 
    "data": {
        "member_id": "STRING", 
        "thread_id": "STRING", 
        "app_id": "STRING", 
        "app_name": "STRING", 
        "request_id": "STRING", 
        "template_repo_url": "STRING"
    }
}