Skip to content

Instantly share code, notes, and snippets.

@luissquall
Last active November 22, 2017 22:41
Show Gist options
  • Save luissquall/7550725 to your computer and use it in GitHub Desktop.
Save luissquall/7550725 to your computer and use it in GitHub Desktop.
object {
string apiVersion?;
object {
string kind?;
string lang?;
boolean deleted?;
string selfLink?;
array [
object {}*;
] items?;
}* data?;
object {
integer code?;
string message?;
array [
object {
string domain?;
string reason?;
string message?;
string location?;
}*;
] errors?;
}* error?;
}*;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment