Sha256: c2933e1d4605c5d0dce152a7930c73a09fd05811868ec99690d04c2f6e0eda68
Contents?: true
Size: 428 Bytes
Versions: 51
Compression:
Stored size: 428 Bytes
Contents
# OpenapiClient::IdAndMessageResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **message** | **String** | A description of the error | | | **id** | **String** | The id of the entity that the id applies. For example, the transaction id | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::IdAndMessageResponse.new( message: null, id: null ) ```
Version data entries
51 entries across 51 versions & 1 rubygems