OpenapiClient::ClientLocale Properties Name Type Description Notes language String Language used by client. country String Country of the client. Code Sample require 'OpenapiClient' instance = OpenapiClient::ClientLocale.new(language: en, country: GB)