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] |
require 'marqeta'
instance = Marqeta::HealthCheckResult.new(
component: null,
healthy: null,
fatal: null,
status: null,
data: null
)