Sha256: f94533a6ee05426c0145d4a5bd99b8ac049c78850a6f29bee5eccb60423cad91
Contents?: true
Size: 476 Bytes
Versions: 56
Compression:
Stored size: 476 Bytes
Contents
# EilamTest::AccountPostResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | description | [optional] | | **id** | **String** | id | [optional] | | **name** | **String** | name | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::AccountPostResponse.new( description: null, id: null, name: null, uuid: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems