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

Version Path
autosde_openapi_client-1.0.31 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.30 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.29 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.28 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.27 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.26 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.25 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.24 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.23 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.22 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.21 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.20 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.3 docs/SystemTypeCreate.md