Sha256: add8d8ce0dad7d6575f42daa2b4bcbe65bdc4431fc1928ba57db328937d59435
Contents?: true
Size: 606 Bytes
Versions: 3
Compression:
Stored size: 606 Bytes
Contents
# KoronaEntryClient::EntryResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ticket** | [**ModelReference**](ModelReference.md) | | [optional] **ticket_entry** | [**ModelReference**](ModelReference.md) | | [optional] **valid_to_max** | **DateTime** | maximum validity end date calculated. | [optional] ## Code Sample ```ruby require 'KoronaEntryClient' instance = KoronaEntryClient::EntryResponse.new(ticket: null, ticket_entry: null, valid_to_max: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
korona-entry-client-1.0.2 | docs/EntryResponse.md |
korona-entry-client-1.0.1 | docs/EntryResponse.md |
korona-entry-client-1.0.0 | docs/EntryResponse.md |