Class: DatadogAPIClient::V2::ProductCatalogSKUPricingUnitType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/product_catalog_sku_pricing_unit_type.rb

Overview

Whether the tier's price applies per unit of usage or to a block of usage.

Constant Summary collapse

BLOCK =
"block".freeze
UNIT =
"unit".freeze

Method Summary

Methods included from BaseEnumModel

included