Sha256: 4d51ae43d7a4f6af00e0f07625dd0a9123ae7f5da2b94fddc90677e3b5bbad96

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

# KoronaEntryClient::ExternalTicketConfiguration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Objects ID. | [optional] 
**number** | **String** | Number of external ticket configuration. | [optional] 
**name** | **String** | Name of external ticket configuration. | [optional] 
**pattern** | **String** | Matching pattern for unkown external tickets. | [optional] 
**valid_from_period** | **String** | Adjusts the validFrom value of TicketEntry while ticket creation dynamically to the ticket creation time plus the period. | [optional] 
**valid_to_period** | **String** | Adjusts the validTo value of TicketEntry while ticket creation dynamically to the ticket creation time plus the period. | [optional] 
**ticket_entries** | [**Array<TicketEntry>**](TicketEntry.md) | Validities for this configuration of external tickets. | [optional] 

## Code Sample

```ruby
require 'KoronaEntryClient'

instance = KoronaEntryClient::ExternalTicketConfiguration.new(id: null,
                                 number: null,
                                 name: null,
                                 pattern: null,
                                 valid_from_period: null,
                                 valid_to_period: null,
                                 ticket_entries: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
korona-entry-client-1.0.2 docs/ExternalTicketConfiguration.md
korona-entry-client-1.0.1 docs/ExternalTicketConfiguration.md
korona-entry-client-1.0.0 docs/ExternalTicketConfiguration.md