Sha256: cc8c2efa87435fa395206ee52642a71e358378527c34fac09bb4fab2ab24973e
Contents?: true
Size: 499 Bytes
Versions: 3
Compression:
Stored size: 499 Bytes
Contents
# TalonOne::UpdateApplicationAPIKey ## Properties 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. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateApplicationAPIKey.new(time_offset: 100000) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/UpdateApplicationAPIKey.md |
talon_one-6.0.0 | docs/UpdateApplicationAPIKey.md |
talon_one-5.0.0 | docs/UpdateApplicationAPIKey.md |