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::BodyTagNameContent
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Id of the body capture name content. | |
pages | Integer | Number of pages were the capture tag content is found. | |
tag_name_id | Integer | Id of the capture tag name. | |
value | String | The capture tag content. | [optional] |
_links | Links3 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::BodyTagNameContent.new(
id: null,
pages: null,
tag_name_id: null,
value: null,
_links: null
)