Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 572 Bytes

BodyTagName.md

File metadata and controls

24 lines (18 loc) · 572 Bytes

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
)