Advertisement
Guest User

Untitled

a guest
Jan 15th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. 978 class ComplexQuery(_Base):
  2. 979 """Holds a sample query encoded in json."""
  3. 980
  4. 981 filter = wtypes.text
  5. 982 "The filter expression encoded in json"
  6. 983
  7. 984 orderby = wtypes.text
  8. 985 "The dict of field names : ASC/DESC specifing the ordering of the result"
  9. 986
  10. 987 limit = int
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement