lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.46.0
- old
+ new
@@ -76,18 +76,20 @@
def trusted_comms
@trusted_comms ||= TrustedComms.new self
end
##
- # @param [String] resource_type The type of communication – Messages, Calls
+ # @param [String] resource_type The type of communication – Messages, Calls,
+ # Conferences, and Participants
# @return [Twilio::REST::Preview::BulkExports::ExportInstance] if resource_type was passed.
# @return [Twilio::REST::Preview::BulkExports::ExportList]
def exports(resource_type=:unset)
self.bulk_exports.exports(resource_type)
end
##
- # @param [String] resource_type The type of communication – Messages, Calls
+ # @param [String] resource_type The type of communication – Messages, Calls,
+ # Conferences, and Participants
# @return [Twilio::REST::Preview::BulkExports::ExportConfigurationInstance] if resource_type was passed.
# @return [Twilio::REST::Preview::BulkExports::ExportConfigurationList]
def export_configuration(resource_type=:unset)
self.bulk_exports.export_configuration(resource_type)
end
\ No newline at end of file