GetUsageResponse

Represents the usage data of a usage plan.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ending date of the usage data.

Link copied to clipboard

The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan. For example, {..., "values" : { "{api_key}" : [ [0, 100], [10, 90], [100, 10]]}, where {api_key} stands for an API key value and the daily log entry is of the format [used quota, remaining quota].

Link copied to clipboard

The current pagination position in the paged result set.

Link copied to clipboard

The starting date of the usage data.

Link copied to clipboard

The plan Id associated with this usage data.

Functions

Link copied to clipboard
inline fun copy(block: GetUsageResponse.Builder.() -> Unit = {}): GetUsageResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String