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

Latest commit

 

History

History
26 lines (20 loc) · 570 Bytes

HealthCheckResult.md

File metadata and controls

26 lines (20 loc) · 570 Bytes

Marqeta::HealthCheckResult

Properties

Name Type Description Notes
component String [optional]
healthy Boolean [optional][default to false]
fatal Boolean [optional][default to false]
status String [optional]
data Hash<String, Object> [optional]

Example

require 'marqeta'

instance = Marqeta::HealthCheckResult.new(
  component: null,
  healthy: null,
  fatal: null,
  status: null,
  data: null
)