Sha256: b4c7d3e3faf4cba0c03842147d0648d6f9d93fc6c19820b263463c88ae231dcc

Contents?: true

Size: 773 Bytes

Versions: 12

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 'FlashSystems/SVC'] |
| **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

12 entries across 12 versions & 1 rubygems

Version Path
autosde_openapi_client-1.1.11 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.10 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.9 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.8 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.7 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.6 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.5 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.4 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.3 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.2 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.1 docs/SystemTypeCreate.md
autosde_openapi_client-1.1.0 docs/SystemTypeCreate.md