Sha256: 8408e22adbcc47743626aa9f3ff05bbb3533145b53343133510b5283a6f097cc
Contents?: true
Size: 1.86 KB
Versions: 7
Compression:
Stored size: 1.86 KB
Contents
## # This code was generated by # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ # # Organization Public API # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # # NOTE: This class is auto generated by OpenAPI Generator. # https://openapi-generator.tech # Do not edit the class manually. # module Twilio module REST class PreviewIam class Versionless < Version ## # Initialize the Versionless version of PreviewIam def initialize(domain) super @version = 'Organizations' @organization = nil end ## # @param [String] organization_sid # @return [Twilio::REST::PreviewIam::Versionless::OrganizationContext] if organizationSid was passed. # @return [Twilio::REST::PreviewIam::Versionless::OrganizationList] def organization(organization_sid=:unset) if organization_sid.nil? raise ArgumentError, 'organization_sid cannot be nil' end if organization_sid == :unset @organization ||= OrganizationList.new self else OrganizationContext.new(self, organization_sid) end end ## # Provide a user friendly representation def to_s '<Twilio::REST::PreviewIam::Versionless>'; end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems