Method: OryClient::Pagination.attribute_map

Defined in:
lib/ory-client/models/pagination.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



31
32
33
34
35
36
37
38
# File 'lib/ory-client/models/pagination.rb', line 31

def self.attribute_map
  {
    :'page' => :'page',
    :'page_size' => :'page_size',
    :'page_token' => :'page_token',
    :'per_page' => :'per_page'
  }
end