Backend_RateAllocation

struct

This object represents a rate allocation, in case a request matches it gets assigned to the attached rate

Property Type Description
id Integer Unique identifier for the object
operationId Integer Target operation ID for the rate allocation
userId Integer Target user ID for the rate allocation
planId Integer Target plan ID associated with this allocation
appId Integer Target app ID associated with this allocation
authenticated Boolean Whether the request is authenticated
part of the Apioo-Project