Class: DatadogAPIClient::V2::ProductCatalogSKUPricingType

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

Overview

How the SKU is priced. usage prices each billable usage unit, and percent prices a percentage; percent-priced SKUs have no billing_units.

Constant Summary collapse

USAGE =
"usage".freeze
PERCENT =
"percent".freeze

Method Summary

Methods included from BaseEnumModel

included