Sha256: 887d9833dc590db2e4608dfb6a9a9d889c2dee5536dd7b198b12ebe383f83d1d
Contents?: true
Size: 760 Bytes
Versions: 33
Compression:
Stored size: 760 Bytes
Contents
# AutosdeOpenapiClient::SystemTypeCreate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **name** | **String** | name | [optional][default to 'xiv'] | | **short_version** | **String** | short_version | [optional] | | **super_type** | **String** | super_type | [optional][default to 'null'] | | **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
33 entries across 33 versions & 1 rubygems