Skip to content

Instantly share code, notes, and snippets.

@syossan27
Created April 24, 2019 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syossan27/51d95af3fd90784c635652414ef45765 to your computer and use it in GitHub Desktop.
Save syossan27/51d95af3fd90784c635652414ef45765 to your computer and use it in GitHub Desktop.
message Response {
uint32 page = 1;
uint32 limit = 2;
uint32 size = 3;
string first = 4; // 1ページ目URL
string last = 5; // 最終ページURL
string next = 6; // 次ページURL
string prev = 7; // 前ページURL
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment