CustomMetricOverridesInput
Payload for overriding a custom metric
Fields
custom_metric_id
· ID
· The ID of the custom metric show_client
· Boolean
· Whether or not to show the custom metric to the client Used By
Definition
"""Payload for overriding a custom metric"""input CustomMetricOverridesInput { """ The ID of the custom metric """ custom_metric_id: ID
""" The ID of the custom metric override """ id: ID
""" Whether or not to show the custom metric """ show: Boolean
""" Whether or not to show the custom metric to the client """ show_client: Boolean}