kombo-ruby-sdk/docs/Schema2AnyOf6.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

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
)