Java class for MethodGuarantee complex type.
| name | data type | constraints | description |
|---|---|---|---|
| reqLimitGuarantee | number | Request limit grarantee. | |
| timePeriodGuarantee | number | required | Time period grarantee. |
Example
{
"methodGuarantee" : {
"reqLimitGuarantee" : 12345,
"timePeriodGuarantee" : 12345
}
}