Method: Twilio::REST::Content::V1::ContentInstance#account_sid
- Defined in:
- lib/twilio-ruby/rest/content/v1/content.rb
#account_sid ⇒ String
Returns The SID of the [Account](www.twilio.com/docs/usage/api/account) that created Content resource.
1822 1823 1824 |
# File 'lib/twilio-ruby/rest/content/v1/content.rb', line 1822 def account_sid @properties['account_sid'] end |