Sha256: 184f498e66f6f47dbb3462d20fa2cfb0a30289c9f2c523a203fb34744c0c570e
Contents?: true
Size: 708 Bytes
Versions: 34
Compression:
Stored size: 708 Bytes
Contents
# AutosdeOpenapiClient::SystemTypeCreate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **name** | **String** | name | [optional] | | **short_version** | **String** | short_version | [optional] | | **super_type** | **Integer** | super_type | [optional] | | **uuid** | **String** | uuid | [optional] | | **version** | **String** | SystemType version | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::SystemTypeCreate.new( component_state: null, name: null, short_version: null, super_type: null, uuid: null, version: null ) ```
Version data entries
34 entries across 34 versions & 1 rubygems