Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 892 Bytes

KeyMetricsCategory.md

File metadata and controls

30 lines (24 loc) · 892 Bytes

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
)