Created
April 27, 2020 10:42
-
-
Save plutov/cce836297a0489e1deb51d0cd6de9db5 to your computer and use it in GitHub Desktop.
api-client-4.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type FacesListOptions struct { | |
Limit int `json:"limit"` | |
Page int `json:"page"` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment