UsageAllocation

Usage allocations allow you to split usage into buckets by tags.

Each UsageAllocation indicates the usage quantity for a specific set of tags.

Types

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

Properties

Link copied to clipboard

The total quantity allocated to this bucket of usage.

Link copied to clipboard
val tags: List<Tag>?

The set of tags that define the bucket of usage. For the bucket of items with no tags, this parameter can be left out.

Functions

Link copied to clipboard
inline fun copy(block: UsageAllocation.Builder.() -> Unit = {}): UsageAllocation
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