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

     1  # FlexV1PluginVersion
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Flex Plugin Version resource. |
     8  **PluginSid** | Pointer to **string** | The SID of the Flex Plugin resource this Flex Plugin Version belongs to. |
     9  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin Version resource and owns this resource. |
    10  **Version** | Pointer to **string** | The unique version of this Flex Plugin Version. |
    11  **PluginUrl** | Pointer to **string** | The URL of where the Flex Plugin Version JavaScript bundle is hosted on. |
    12  **Changelog** | Pointer to **string** | A changelog that describes the changes this Flex Plugin Version brings. |
    13  **Private** | Pointer to **bool** | Whether to inject credentials while accessing this Plugin Version. The default value is false. |
    14  **Archived** | Pointer to **bool** | Whether the Flex Plugin Version is archived. The default value is false. |
    15  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Flex Plugin Version was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    16  **Url** | Pointer to **string** | The absolute URL of the Flex Plugin Version resource. |
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20