Skip to main content
Last updated: 5 Jul 2023

siteimprove_api_client: SiteimproveAPIClient::BodyTagName

Properties

Name Type Description Notes
id Integer Id of the body tag name.
capture_tag String The Capture tag key. [optional]
occurrences Integer Number of times this Capture tag is found.
_links Links2 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::BodyTagName.new(
  id: null,
  capture_tag: null,
  occurrences: null,
  _links: null
)