mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +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
)