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::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
)