Sha256: a10f581178b0508a1c9860529efd6381bc9f685d3155327ba9b5415026d7ab24

Contents?: true

Size: 700 Bytes

Versions: 138

Compression:

Stored size: 700 Bytes

Contents

# AutosdeOpenapiClient::Profile

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account** | [**Account**](Account.md) |  | [optional] |
| **description** | **String** | description | [optional][default to ''] |
| **name** | **String** | name | [optional] |
| **type** | **String** | Type values are 'Native' or 'Abstract'. doc-todo:I need to know that I got these values correct. | [optional] |
| **uuid** | **String** | uuid | [optional] |

## Example

```ruby
require 'autosde_openapi_client'

instance = AutosdeOpenapiClient::Profile.new(
  account: null,
  description: null,
  name: null,
  type: null,
  uuid: null
)
```

Version data entries

138 entries across 138 versions & 2 rubygems

Version Path
autosde_openapi_client-3.2.14 docs/Profile.md
autosde_openapi_client-3.2.13 docs/Profile.md
autosde_openapi_client-3.2.12 docs/Profile.md
autosde_openapi_client-3.2.11 docs/Profile.md
autosde_openapi_client-3.2.10 docs/Profile.md
autosde_openapi_client-3.2.9 docs/Profile.md
autosde_openapi_client-3.2.8 docs/Profile.md
autosde_openapi_client-3.2.7 docs/Profile.md
autosde_openapi_client-3.2.6 docs/Profile.md
autosde_openapi_client-3.2.5 docs/Profile.md
autosde_openapi_client-3.2.4 docs/Profile.md
autosde_openapi_client-3.2.3 docs/Profile.md
autosde_openapi_client-3.2.2 docs/Profile.md
autosde_openapi_client-3.2.1 docs/Profile.md
autosde_openapi_client-3.2.0 docs/Profile.md
autosde_openapi_client-3.1.2 docs/Profile.md
autosde_openapi_client-3.1.1 docs/Profile.md
autosde_openapi_client-3.0.3 docs/Profile.md
autosde_openapi_client-3.1.0 docs/Profile.md
autosde_openapi_client-3.0.2 docs/Profile.md