Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 627 Bytes

MetaDescriptionValue.md

File metadata and controls

24 lines (18 loc) · 627 Bytes

SiteimproveAPIClient::MetaDescriptionValue

Properties

Name Type Description Notes
id Integer The id of the meta description
characters Integer The number of characters
meta_description String The text of the meta description [optional]
pages Integer The number of pages the meta description was found on

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::MetaDescriptionValue.new(
  id: null,
  characters: null,
  meta_description: null,
  pages: null
)