Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

TokenInfoResponse.md

File metadata and controls

20 lines (14 loc) · 442 Bytes

GTTS::TokenInfoResponse

Properties

Name Type Description Notes
unix_timestamp Integer Expiration time as a Unix timestamp. [optional]
human_readable String Expiration time in a human-readable format. [optional]

Example

require 'grammatek-tts'

instance = GTTS::TokenInfoResponse.new(
  unix_timestamp: null,
  human_readable: null
)