Sha256: 84c748b4dd6452733a0d914620c680c5768a61dea2e0a8fcf1fe2fcac207dcde
Contents?: true
Size: 1.64 KB
Versions: 6
Compression:
Stored size: 1.64 KB
Contents
## # This code was generated by # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ # # Bulk Messaging and Broadcast # Bulk Sending is a public Twilio REST API for 1:Many Message creation up to 100 recipients. Broadcast is a public Twilio REST API for 1:Many Message creation up to 10,000 recipients via file upload. # # NOTE: This class is auto generated by OpenAPI Generator. # https://openapi-generator.tech # Do not edit the class manually. # module Twilio module REST class PreviewMessaging class V1 < Version ## # Initialize the V1 version of PreviewMessaging def initialize(domain) super @version = 'v1' @broadcasts = nil @messages = nil end ## # @return [Twilio::REST::PreviewMessaging::V1::BroadcastList] def broadcasts @broadcasts ||= BroadcastList.new self end ## # @return [Twilio::REST::PreviewMessaging::V1::MessageList] def messages @messages ||= MessageList.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::PreviewMessaging::V1>'; end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems