class

Twilio::QueueMember

Inherits OpenApi::Json / OpenApi::Validatable / JSON::Serializable::Unmapped / JSON::Serializable / Reference / Object

Constants

MAX_LENGTH_FOR_CALL_SID = 34
MAX_LENGTH_FOR_QUEUE_SID = 34
MIN_LENGTH_FOR_CALL_SID = 34
MIN_LENGTH_FOR_QUEUE_SID = 34
PATTERN_FOR_CALL_SID = /^CA[0-9a-fA-F]{32}$/
PATTERN_FOR_QUEUE_SID = /^QU[0-9a-fA-F]{32}$/

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, call_sid : String | Nil = nil, date_enqueued : Time | Nil = nil, position : Int32 | Nil = nil, queue_sid : String | Nil = nil, uri : String | Nil = nil, wait_time : Int32 | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

call_sid

The SID of the Call the resource is associated with

Source
call_sid=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] call_sid Object to be assigned

Source
call_sid_present=(call_sid_present : Bool)
Source
call_sid_present?
Source
date_enqueued

The date the member was enqueued

Source
date_enqueued=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] date_enqueued Object to be assigned

Source
date_enqueued_present=(date_enqueued_present : Bool)
Source
date_enqueued_present?
Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
position

This member's current position in the queue.

Source
position=(new_value : Int32 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] position Object to be assigned

Source
position_present=(position_present : Bool)
Source
position_present?
Source
queue_sid

The SID of the Queue the member is in

Source
queue_sid=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] queue_sid Object to be assigned

Source
queue_sid_present=(queue_sid_present : Bool)
Source
queue_sid_present?
Source
uri

The URI of the resource, relative to https://api.twilio.com

Source
uri=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] uri Object to be assigned

Source
uri_present=(uri_present : Bool)
Source
uri_present?
Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source
wait_time

The number of seconds the member has been in the queue.

Source
wait_time=(new_value : Int32 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] wait_time Object to be assigned

Source
wait_time_present=(wait_time_present : Bool)
Source
wait_time_present?
Source