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] |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::BodyTagName.new(
id: null,
capture_tag: null,
occurrences: null,
_links: null
)