Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 460 Bytes

File metadata and controls

20 lines (14 loc) · 460 Bytes

FastCommentsClient::GetTranslationsResponse

Properties

Name Type Description Notes
translations Hash<String, String> Construct a type with a set of properties K of type T
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetTranslationsResponse.new(
  translations: null,
  status: null
)