lib/twilio-ruby/rest/bulkexports/v1/export/day.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/bulkexports/v1/export/day.rb in twilio-ruby-5.46.0

- old
+ new

@@ -15,11 +15,12 @@ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class DayList < ListResource ## # Initialize the DayList # @param [Version] version Version that contains the resource - # @param [String] resource_type The type of communication – Messages, Calls + # @param [String] resource_type The type of communication – Messages, Calls, + # Conferences, and Participants # @return [DayList] DayList def initialize(version, resource_type: nil) super(version) # Path Solution @@ -149,11 +150,12 @@ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class DayContext < InstanceContext ## # Initialize the DayContext # @param [Version] version Version that contains the resource - # @param [String] resource_type The type of communication – Messages, Calls + # @param [String] resource_type The type of communication – Messages, Calls, + # Conferences, and Participants # @param [String] day The ISO 8601 format date of the resources in the file, for a # UTC day # @return [DayContext] DayContext def initialize(version, resource_type, day) super(version) @@ -192,11 +194,12 @@ class DayInstance < InstanceResource ## # Initialize the DayInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio - # @param [String] resource_type The type of communication – Messages, Calls + # @param [String] resource_type The type of communication – Messages, Calls, + # Conferences, and Participants # @param [String] day The ISO 8601 format date of the resources in the file, for a # UTC day # @return [DayInstance] DayInstance def initialize(version, payload, resource_type: nil, day: nil) super(version) @@ -256,10 +259,10 @@ def friendly_name @properties['friendly_name'] end ## - # @return [String] The type of communication – Messages, Calls + # @return [String] The type of communication – Messages, Calls, Conferences, and Participants def resource_type @properties['resource_type'] end ## \ No newline at end of file