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

     1  # StudioV1Step
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Step resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Step resource. |
     9  **FlowSid** | Pointer to **string** | The SID of the Flow. |
    10  **EngagementSid** | Pointer to **string** | The SID of the Engagement. |
    11  **Name** | Pointer to **string** | The event that caused the Flow to transition to the Step. |
    12  **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. |
    13  **TransitionedFrom** | Pointer to **string** | The Widget that preceded the Widget for the Step. |
    14  **TransitionedTo** | Pointer to **string** | The Widget that will follow the Widget for the Step. |
    15  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    16  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    17  **Url** | Pointer to **string** | The absolute URL of the resource. |
    18  **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. |
    19  
    20  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    21  
    22