mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 08:31:21 +00:00
293 B
293 B
Petstore::HealthCheckResult
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| nullable_message | String | [optional] |
Example
require 'petstore'
instance = Petstore::HealthCheckResult.new(
nullable_message: null
)