@Entity public class Rate extends Object
limit - How many requests can be executed by the user. Maps to X-RateLimit-Limit header remaining - How many requests are still left on the current window. Maps to X-RateLimit-Remaining header reset - Epoch when the rate is replenished by limit. Maps to X-RateLimit-Reset header
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.