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::Language
Properties
Name | Type | Description | Notes |
---|---|---|---|
language_code | String | Two letter language code for the language. | [optional] |
percentage | Float | Percentage of site content written in the language. | [optional] |
spelling_support | Boolean | Is spellcheck available. | |
_links | Links3 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::Language.new(
language_code: null,
percentage: null,
spelling_support: null,
_links: null
)