Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 635 Bytes

Language.md

File metadata and controls

24 lines (18 loc) · 635 Bytes

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
)