Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 678 Bytes

BodyTagNameContent.md

File metadata and controls

26 lines (20 loc) · 678 Bytes

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
)