Sha256: d5dae3b0ed7efe030f036c483d514ec9a01c4fd9e5ee5af836028a43b7b83146
Contents?: true
Size: 417 Bytes
Versions: 10
Compression:
Stored size: 417 Bytes
Contents
# OpenapiClient::IdInfo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id_type** | **String** | Identification type. | [optional] **id_data** | **String** | Identification data. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::IdInfo.new(id_type: DL, id_data: 12345678) ```
Version data entries
10 entries across 10 versions & 1 rubygems