class Twilio::REST::Api::V2010::AccountContext::SipList::DomainContext::AuthTypesInstance
Public Class Methods
new(version, payload, account_sid: nil, domain_sid: nil)
click to toggle source
Initialize the AuthTypesInstance
@param [Version] version Version
that contains the resource @param [Hash] payload payload that contains response from Twilio
@param [String] account_sid The SID of the
{Account}[https://www.twilio.com/docs/iam/api/account] that created the SipDomain resource.
@param [String] domain_sid The unique string that that we created to identify
the SipDomain resource.
@return [AuthTypesInstance] AuthTypesInstance
Calls superclass method
Twilio::REST::InstanceResource::new
# File lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb 113 def initialize(version, payload, account_sid: nil, domain_sid: nil) 114 super(version) 115 end
Public Instance Methods
inspect()
click to toggle source
Provide a detailed, user friendly representation
# File lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb 125 def inspect 126 "<Twilio.Api.V2010.AuthTypesInstance>" 127 end
to_s()
click to toggle source
Provide a user friendly representation
# File lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb 119 def to_s 120 "<Twilio.Api.V2010.AuthTypesInstance>" 121 end