github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010UsageTrigger.md (about) 1 # ApiV2010UsageTrigger 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 the trigger monitors. | 8 **ApiVersion** | Pointer to **string** | The API version used to create the resource. | 9 **CallbackMethod** | Pointer to **string** | The HTTP method we use to call `callback_url`. Can be: `GET` or `POST`. | 10 **CallbackUrl** | Pointer to **string** | The URL we call using the `callback_method` when the trigger fires. | 11 **CurrentValue** | Pointer to **string** | The current value of the field the trigger is watching. | 12 **DateCreated** | Pointer to **string** | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 13 **DateFired** | Pointer to **string** | The date and time in GMT that the trigger was last fired specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 14 **DateUpdated** | Pointer to **string** | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 15 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the trigger. | 16 **Recurring** | Pointer to [**string**](UsageTriggerEnumRecurring.md) | | 17 **Sid** | Pointer to **string** | The unique string that that we created to identify the UsageTrigger resource. | 18 **TriggerBy** | Pointer to [**string**](UsageTriggerEnumTriggerField.md) | | 19 **TriggerValue** | Pointer to **string** | The value at which the trigger will fire. Must be a positive, numeric value. | 20 **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. | 21 **UsageCategory** | Pointer to [**string**](UsageTriggerEnumUsageCategory.md) | | 22 **UsageRecordUri** | Pointer to **string** | The URI of the [UsageRecord](https://www.twilio.com/docs/usage/api/usage-record) resource this trigger watches, relative to `https://api.twilio.com`. | 23 24 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 25 26