class

Twilio::ListKeyResponse

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

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, _end : Int32 | Nil = nil, first_page_uri : String | Nil = nil, keys : Array(Twilio::Key) | Nil = nil, next_page_uri : String | Nil = nil, page : Int32 | Nil = nil, page_size : Int32 | Nil = nil, previous_page_uri : String | Nil = nil, start : Int32 | Nil = nil, uri : String | 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

_end
Source
_end=(new_value : Int32 | Nil)

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

Source
first_page_uri
Source
first_page_uri=(new_value : String | Nil)

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

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

keys
Source
keys=(new_value : Array(Twilio::Key) | Nil)

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

Source
list_invalid_properties

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

Source
next_page_uri
Source
next_page_uri=(new_value : String | Nil)

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

Source
next_page_uri_present=(next_page_uri_present : Bool)
Source
next_page_uri_present?
Source
page
Source
page=(new_value : Int32 | Nil)

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

Source
page_size
Source
page_size=(new_value : Int32 | Nil)

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

Source
previous_page_uri
Source
previous_page_uri=(new_value : String | Nil)

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

Source
previous_page_uri_present=(previous_page_uri_present : Bool)
Source
previous_page_uri_present?
Source
start
Source
start=(new_value : Int32 | Nil)

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

Source
uri=(new_value : String | Nil)

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

Source
valid?

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

Source