Skip to main content
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::KeyMetricsCategory

Properties

Name Type Description Notes
id Integer Id of category.
name String Name of category. [optional]
completion_value Float The total value of all the completions. [optional]
completions Integer Amount of completions.
completions_per_day Float Amount of completions per day. [optional]
note String A note about the category. [optional]
responsible String The person responsible for the category. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::KeyMetricsCategory.new(
  id: null,
  name: null,
  completion_value: null,
  completions: null,
  completions_per_day: null,
  note: null,
  responsible: null
)