# AlertMetricDetailStart ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **metrics** | **str** | | [optional] ## Example ```python from alerts.models.alert_metric_detail_start import AlertMetricDetailStart # TODO update the JSON string below json = "{}" # create an instance of AlertMetricDetailStart from a JSON string alert_metric_detail_start_instance = AlertMetricDetailStart.from_json(json) # print the JSON string representation of the object print(AlertMetricDetailStart.to_json()) # convert the object into a dict alert_metric_detail_start_dict = alert_metric_detail_start_instance.to_dict() # create an instance of AlertMetricDetailStart from a dict alert_metric_detail_start_from_dict = AlertMetricDetailStart.from_dict(alert_metric_detail_start_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)