github.com/twilio/twilio-go@v1.20.1/rest/studio/v2/docs/StudioV2ExecutionContext.md (about)

     1  # StudioV2ExecutionContext
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ExecutionContext resource. |
     8  **Context** | Pointer to **interface{}** | The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. |
     9  **FlowSid** | Pointer to **string** | The SID of the Flow. |
    10  **ExecutionSid** | Pointer to **string** | The SID of the context's Execution resource. |
    11  **Url** | Pointer to **string** | The absolute URL of the resource. |
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15