Rate object containing information about user's rate limit.
Super class
sevenbridges2::Item
-> Rate
Public fields
rate
A list containing the information about user's current rate limit. It consists of the following fields:
limit
Indicates how many requests can be made in five minutes.remaining
Indicates how many requests remain.reset
Indicates the time when the request rate limit will be reset.
instance
A list containing the information about user's current instance limit. It consists of the following fields:
limit
Indicates the total number of instances available to the user. For the first few months, instance limits are unlimited. This is indicated by a special limit of -1. Correspondingly, the remaining value is high.remaining
Indicates the number of the instances that are available at the moment. For the first few months, instance limits are unlimited. This is indicated by a high remaining value. Correspondingly, the limit is set to a special value of -1.
Methods
Inherited methods