| Name | Type | Description | Notes |
|---|---|---|---|
| time_offset | Integer | A time offset in nanoseconds associated with the API key. When making a request using the API key, rule evaluation is based on a date that is calculated by adding the offset to the current date. |
require 'talon_one_sdk'
instance = TalonOne::UpdateApplicationAPIKey.new(
time_offset: 100000
)