Sha256: 53c770de3ed0d4d16a3f60c31e95c2a548b172b378b42bf76d4f7f58338b7d03

Contents?: true

Size: 666 Bytes

Versions: 56

Compression:

Stored size: 666 Bytes

Contents

# EilamTest::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 'eilam_test'

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

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
eilam_test-9.1 docs/Profile.md
eilam_test-11.1 docs/Profile.md
eilam_test-1.2.1 docs/Profile.md
eilam_test-10.5 docs/Profile.md
eilam_test-10.2 docs/Profile.md
eilam_test-10 docs/Profile.md
eilam_test-9 docs/Profile.md
eilam_test-8 docs/Profile.md
eilam_test-5.1.7 docs/Profile.md
eilam_test-5.1.5 docs/Profile.md
eilam_test-5.1.3 docs/Profile.md
eilam_test-5.1.2 docs/Profile.md
eilam_test-3.1.6 docs/Profile.md
eilam_test-3.1.5 docs/Profile.md
eilam_test-7 docs/Profile.md
eilam_test-6 docs/Profile.md
eilam_test-3.1.4 docs/Profile.md
eilam_test-3.1.3 docs/Profile.md
eilam_test-3.1.2 docs/Profile.md
eilam_test-3.0.6 docs/Profile.md