LimitPeriod
No description
type LimitPeriod {
limit: Long!
periodValue: Int!
unit: TimeUnit!
}
Fields
LimitPeriod.limit ● Long! non-null scalar partner-portal
Maximum number of occurrences within the specified period
LimitPeriod.periodValue ● Int! non-null scalar miscellaneous
The number of time-units for the period
LimitPeriod.unit ● TimeUnit! non-null enum apimetrics
The time-unit for the period
Was this topic helpful?