Sha256: 72001d452b7c8cb773027cb5a8945b48797213d6e7e9d650cc437e5efb42ff25
Contents?: true
Size: 773 Bytes
Versions: 48
Compression:
Stored size: 773 Bytes
Contents
# AutosdeOpenapiClient::SystemTypeCreate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **name** | **String** | name | [optional][default to 'IBM_FlashSystems'] | | **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
48 entries across 48 versions & 2 rubygems