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.51 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.50 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.49 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.48 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.47 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.46 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.45 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.44 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.43 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.42 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.41 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.40 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.39 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.38 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.37 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.36 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.35 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.34 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.33 docs/SystemTypeCreate.md
autosde_openapi_client-1.0.32 docs/SystemTypeCreate.md