# AutosdeOpenapiClient::SystemType ## 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] | | **uuid** | **String** | uuid | [optional] | | **version** | **String** | SystemType version | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::SystemType.new( component_state: null, name: null, short_version: null, uuid: null, version: null ) ```