Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 518 Bytes

BillableMetricGroupValuesInnerOneOf.md

File metadata and controls

20 lines (14 loc) · 518 Bytes

LagoAPI::BillableMetricGroupValuesInnerOneOf

Properties

Name Type Description Notes
key String Name of the event property used to group values.
values Array<String> Array of strings representing all possible values.

Example

require 'lago_ruby'

instance = LagoAPI::BillableMetricGroupValuesInnerOneOf.new(
  key: region,
  values: [&quot;us-east-1&quot;,&quot;us-east-2&quot;,&quot;eu-west-1&quot;]
)