Sha256: 2807f6d9140c9431c46aed8d2a64aac4c8e575839bcef3915bf4603c9eb40279
Contents?: true
Size: 728 Bytes
Versions: 3
Compression:
Stored size: 728 Bytes
Contents
# KoronaEntryClient::ModelReference ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Global object ID. Recommanded to use for linking purposes. Will never change. | [optional] **name** | **String** | Name of object, insofar as available. | [optional] **number** | **String** | Number of object, insofar as available. | [optional] **href** | **String** | Link to object. | [optional] ## Code Sample ```ruby require 'KoronaEntryClient' instance = KoronaEntryClient::ModelReference.new(id: null, name: null, number: null, href: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
korona-entry-client-1.0.2 | docs/ModelReference.md |
korona-entry-client-1.0.1 | docs/ModelReference.md |
korona-entry-client-1.0.0 | docs/ModelReference.md |