Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.26 KB

MetricInGroupRep.md

File metadata and controls

17 lines (14 loc) · 1.26 KB

# MetricInGroupRep

Properties

Name Type Description Notes
key string The metric key
_version_id string The version ID of the metric [optional]
name string The metric name
kind string The kind of event the metric tracks
is_numeric bool For custom metrics, whether to track numeric changes in value against a baseline (<code>true</code>) or to track a conversion when an end user takes an action (<code>false</code>). [optional]
unit_aggregation_type string The type of unit aggregation to use for the metric [optional]
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources
name_in_group string Name of the metric when used within the associated metric group. Can be different from the original name of the metric. Required if and only if the metric group is a <code>funnel</code>. [optional]
randomization_units string[] The randomization units for the metric [optional]

[Back to Model list] [Back to API list] [Back to README]