lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb in twilio-ruby-5.23.0 vs lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb in twilio-ruby-5.23.1

- old
+ new

@@ -1,11 +1,11 @@ ## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / -# +# # frozen_string_literal: true module Twilio module REST class Api < Domain @@ -30,11 +30,11 @@ ## # Retrieve a single page of TriggerInstance records from the API. # Request is executed immediately. # @param [String] callback_url The URL we should call using `callback_method` when # the trigger fires. - # @param [String] trigger_value The usage value at which the trigger should fire. + # @param [String] trigger_value The usage value at which the trigger should fire. # For convenience, you can use an offset value such as `+30` to specify a # trigger_value that is 30 units more than the current usage value. Be sure to # urlencode a `+` as `%2B`. # @param [trigger.UsageCategory] usage_category The usage category that the # trigger should watch. Use one of the supported [usage @@ -42,10 +42,10 @@ # for this value. # @param [String] callback_method The HTTP method we should use to call # `callback_url`. Can be: `GET` or `POST` and the default is `POST`. # @param [String] friendly_name A descriptive string that you create to describe # the resource. It can be up to 64 characters long. - # @param [trigger.Recurring] recurring The frequency of a recurring UsageTrigger. + # @param [trigger.Recurring] recurring The frequency of a recurring UsageTrigger. # Can be: `daily`, `monthly`, or `yearly` for recurring triggers or empty for # non-recurring triggers. A trigger will only fire once during each period. # Recurring times are in GMT. # @param [trigger.TriggerField] trigger_by The field in the # [UsageRecord](https://www.twilio.com/docs/api/rest/usage-records) resource that \ No newline at end of file