Sha256: 9f14dffaf2a9af8c9753edf7a8b0ca92aa6f1b190031fb74252c270f30d850ec

Contents?: true

Size: 615 Bytes

Versions: 11

Compression:

Stored size: 615 Bytes

Contents

# AutosdeOpenapiClient::SystemTypeCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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(
  name: null,
  short_version: null,
  super_type: null,
  uuid: null,
  version: null
)
```

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
autosde_openapi_client-3.2.14 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.13 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.12 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.11 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.10 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.9 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.8 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.7 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.6 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.5 docs/SystemTypeCreate.md
autosde_openapi_client-3.2.4 docs/SystemTypeCreate.md