Sha256: a7c4fcf700257aac11c0bd04c90ba92b3b67cb79094a1c4483e5f16cdabc8c86
Contents?: true
Size: 1.48 KB
Versions: 13
Compression:
Stored size: 1.48 KB
Contents
## # This code was generated by # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ # # Twilio - Content # This is the public Twilio REST API. # # NOTE: This class is auto generated by OpenAPI Generator. # https://openapi-generator.tech # Do not edit the class manually. # module Twilio module REST class Content class V2 < Version ## # Initialize the V2 version of Content def initialize(domain) super @version = 'v2' @contents = nil @content_and_approvals = nil end ## # @return [Twilio::REST::Content::V2::ContentList] def contents @contents ||= ContentList.new self end ## # @return [Twilio::REST::Content::V2::ContentAndApprovalsList] def content_and_approvals @content_and_approvals ||= ContentAndApprovalsList.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Content::V2>'; end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems