mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-21 17:10:54 +00:00
310 B
310 B
Petstore::HealthCheckResult
Properties
Name | Type | Description | Notes |
---|---|---|---|
nullable_message | String | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::HealthCheckResult.new(nullable_message: null)