Sha256: 2bcd027bd9f3e8dee985061ade2b1f9afb5fd31a7f9ec9b56956b987c9bd9054
Contents?: true
Size: 1004 Bytes
Versions: 4
Compression:
Stored size: 1004 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / module Twilio module REST class Preview class BulkExports < Version ## # Initialize the BulkExports version of Preview def initialize(domain) super @version = 'BulkExports' @exports = nil @export_configuration = nil end def exports(sid=:unset) if sid == :unset @exports ||= ExportList.new self else ExportContext.new(self, sid) end end def export_configuration(sid=:unset) if sid == :unset @export_configuration ||= ExportConfigurationList.new self else ExportConfigurationContext.new(self, sid) end end ## # Provide a user friendly representation def to_s '<Twilio::REST::Preview::BulkExports>' end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems