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

     1  # FlexV1PluginArchive
     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 resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin resource and owns this resource. |
     9  **UniqueName** | Pointer to **string** | The name that uniquely identifies this Flex Plugin resource. |
    10  **FriendlyName** | Pointer to **string** | The friendly name this Flex Plugin resource. |
    11  **Description** | Pointer to **string** | A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long |
    12  **Archived** | Pointer to **bool** | Whether the Flex Plugin is archived. The default value is false. |
    13  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Flex Plugin was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    14  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Flex Plugin was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    15  **Url** | Pointer to **string** | The absolute URL of the Flex Plugin resource. |
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19