Sha256: ced3f2837bbb98c3cb473cffec256b9a1897b57816da8283aaf3b86e9024caff
Contents?: true
Size: 1.05 KB
Versions: 56
Compression:
Stored size: 1.05 KB
Contents
# EilamTest::CapabilityTranslationCreate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **abstract_capability_name** | **String** | abstract_capability_name | [optional] | | **default_value** | **String** | default_value | [optional][default to ' '] | | **native_capability_name** | **String** | native_capability_name | [optional] | | **published** | **Boolean** | published | [optional] | | **system_type_id** | **String** | system_type_id | [optional] | | **to_abstract_value_mapper** | **String** | Maximum value length is 32 characters. | [optional] | | **to_native_value_mapper** | **String** | Maximum value length is 32 characters. | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::CapabilityTranslationCreate.new( abstract_capability_name: null, default_value: null, native_capability_name: null, published: null, system_type_id: null, to_abstract_value_mapper: null, to_native_value_mapper: null, uuid: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems