# Athenian::GoalMetricParams ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **threshold** | [**GoalMetricParamsThreshold**](GoalMetricParamsThreshold.md) | | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::GoalMetricParams.new( threshold: null ) ```