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