Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 385 Bytes

File metadata and controls

20 lines (14 loc) · 385 Bytes

Zernio::ValidatePost200ResponseOneOfWarningsInner

Properties

Name Type Description Notes
platform String [optional]
warning String [optional]

Example

require 'zernio-sdk'

instance = Zernio::ValidatePost200ResponseOneOfWarningsInner.new(
  platform: null,
  warning: null
)