MethodRestriction Data Type

Java class for MethodRestriction complex type.

Properties
name data type description
quota Quota Quota.
rate Rate Rate.

Example

{
  "methodRestriction" : {
    "quota" : {
      "days" : 12345,
      "unit" : "...",
      "qtaLimit" : 12345,
      "limitExceedOK" : true,
      "resetQuota" : true
    },
    "rate" : {
      "reqLimit" : 12345,
      "timePeriod" : 12345
    }
  }
}