Sha256: f14cff75f62e5303fb37ff610e48324ecfc31ca075564229d797b4ea0842b348
Contents?: true
Size: 622 Bytes
Versions: 55
Compression:
Stored size: 622 Bytes
Contents
# EilamTest::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 'eilam_test' instance = EilamTest::SystemType.new( component_state: null, name: null, short_version: null, uuid: null, version: null ) ```
Version data entries
55 entries across 55 versions & 1 rubygems