Method: OryClient::TokenPagination.attribute_map

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

.attribute_mapObject

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



25
26
27
28
29
30
# File 'lib/ory-client/models/token_pagination.rb', line 25

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