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::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
)