Sha256: 184f498e66f6f47dbb3462d20fa2cfb0a30289c9f2c523a203fb34744c0c570e

Contents?: true

Size: 708 Bytes

Versions: 34

Compression:

Stored size: 708 Bytes

Contents

# AutosdeOpenapiClient::SystemTypeCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **component_state** | **String** | component_state | [optional] |
| **name** | **String** | name | [optional] |
| **short_version** | **String** | short_version | [optional] |
| **super_type** | **Integer** | super_type | [optional] |
| **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

34 entries across 34 versions & 1 rubygems

Version Path
autosde_openapi_client-2.3.1 docs/SystemTypeCreate.md
autosde_openapi_client-2.3.0 docs/SystemTypeCreate.md
autosde_openapi_client-2.2.8 docs/SystemTypeCreate.md
autosde_openapi_client-2.2.7 docs/SystemTypeCreate.md
autosde_openapi_client-2.2.6 docs/SystemTypeCreate.md
autosde_openapi_client-2.2.5 docs/SystemTypeCreate.md
autosde_openapi_client-2.2.4 docs/SystemTypeCreate.md
autosde_openapi_client-2.2.3 docs/SystemTypeCreate.md
autosde_openapi_client-2.2.2 docs/SystemTypeCreate.md
autosde_openapi_client-2.2.1 docs/SystemTypeCreate.md
autosde_openapi_client-2.2.0 docs/SystemTypeCreate.md
autosde_openapi_client-2.1.4 docs/SystemTypeCreate.md
autosde_openapi_client-2.1.3 docs/SystemTypeCreate.md
autosde_openapi_client-2.1.2 docs/SystemTypeCreate.md