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

     1  # StudioV2FlowRevision
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Flow resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flow resource. |
     9  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the Flow. |
    10  **Definition** | Pointer to **interface{}** | JSON representation of flow definition. |
    11  **Status** | Pointer to [**string**](FlowRevisionEnumStatus.md) |  |
    12  **Revision** | Pointer to **int** | The latest revision number of the Flow's definition. |
    13  **CommitMessage** | Pointer to **string** | Description of change made in the revision. |
    14  **Valid** | Pointer to **bool** | Boolean if the flow definition is valid. |
    15  **Errors** | Pointer to **[]interface{}** | List of error in the flow definition. |
    16  **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. |
    17  **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. |
    18  **Url** | Pointer to **string** | The absolute URL of the resource. |
    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