mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-03 10:13:50 +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
)