Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 579 Bytes

PingResponse.md

File metadata and controls

28 lines (22 loc) · 579 Bytes

Marqeta::PingResponse

Properties

Name Type Description Notes
success Boolean [optional][default to false]
version String [optional]
revision String [optional]
timestamp String [optional]
env String [optional]
id String [optional]

Example

require 'marqeta'

instance = Marqeta::PingResponse.new(
  success: null,
  version: null,
  revision: null,
  timestamp: null,
  env: null,
  id: null
)