Warning
This document has not been updated for a while now. It may be out of date.
Last updated:
5 Jul 2023
siteimprove_api_client: SiteimproveAPIClient::KeyMetricsKpiOverview
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Id of KPI. | |
name | String | Name of KPI. | [optional] |
completion_value | Float | The total value of all the completions. | |
completions | Integer | Amount of completions. | |
completions_per_day | Float | Amount of completions per day. | [optional] |
pending_metrics | Integer | Amount of Key Metrics pending calculation. | [optional] |
progress | Progress | [optional] | |
responsible | String | The person responsible for the KPI. | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::KeyMetricsKpiOverview.new(
id: null,
name: null,
completion_value: null,
completions: null,
completions_per_day: null,
pending_metrics: null,
progress: null,
responsible: null
)