lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb in twilio-ruby-5.40.2 vs lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb in twilio-ruby-5.40.3
- old
+ new
@@ -49,10 +49,11 @@
# Recurring times are in GMT.
# @param [trigger.TriggerField] trigger_by The field in the
# [UsageRecord](https://www.twilio.com/docs/usage/api/usage-record) resource that
# should fire the trigger. Can be: `count`, `usage`, or `price` as described in
# the [UsageRecords
- # documentation](https://www.twilio.com/docs/usage/api/usage-record#usage-count-price). The default is `usage`.
+ # documentation](https://www.twilio.com/docs/usage/api/usage-record#usage-count-price).
+ # The default is `usage`.
# @return [TriggerInstance] Created TriggerInstance
def create(callback_url: nil, trigger_value: nil, usage_category: nil, callback_method: :unset, friendly_name: :unset, recurring: :unset, trigger_by: :unset)
data = Twilio::Values.of({
'CallbackUrl' => callback_url,
'TriggerValue' => trigger_value,
\ No newline at end of file