mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
595 B
595 B
Kombo::Schema2AnyOf6
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| label | String | ||
| required | Boolean | ||
| description | String | [optional] | |
| unified_key | String | [optional] | |
| type | String | ||
| properties | Hash<String, Schema1Value> |
Example
require 'kombo_client'
instance = Kombo::Schema2AnyOf6.new(
label: null,
required: null,
description: null,
unified_key: null,
type: null,
properties: null
)