Method: Twilio::REST::Taskrouter::V1::WorkspaceContext::TaskQueueInstance#sid

Defined in:
lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb

#sidString

Returns The unique string that we created to identify the TaskQueue resource.

Returns:

  • (String)

    The unique string that we created to identify the TaskQueue resource.



487
488
489
# File 'lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb', line 487

def sid
    @properties['sid']
end