Method: Meta#to_dynamic

Defined in:
lib/schemas.rb

#to_dynamicObject



36546
36547
36548
36549
36550
36551
36552
# File 'lib/schemas.rb', line 36546

def to_dynamic
  {
    "limit"      => limit,
    "nextCursor" => next_cursor,
    "total"      => total,
  }
end