Java class for UsagePoliciesByMethod complex type.
name | data type | description |
---|---|---|
usagePolicies | array of UsagePolicie |
Example
{ "usagePoliciesByMethod" : { "usagePolicies" : [ { "guarantee" : { "reqLimitGuarantee" : 12345, "timePeriodGuarantee" : 12345 }, "methodRestriction" : { "quota" : { }, "rate" : { } }, "methodAccess" : true, "methodName" : "...", "parameters" : { "methodParameters" : [ { }, { } ] }, "resultRestrictions" : { "resultRestriction" : [ { }, { } ] } }, { "guarantee" : { "reqLimitGuarantee" : 12345, "timePeriodGuarantee" : 12345 }, "methodRestriction" : { "quota" : { }, "rate" : { } }, "methodAccess" : true, "methodName" : "...", "parameters" : { "methodParameters" : [ { }, { } ] }, "resultRestrictions" : { "resultRestriction" : [ { }, { } ] } } ] } }