Sha256: db78b445d5c3135e6927dc31d2e4158f5bcc9d2ce20a85a67715e2bc72533aab

Contents?: true

Size: 353 Bytes

Versions: 29

Compression:

Stored size: 353 Bytes

Contents

# OryClient::TimeInterval

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_end** | **Time** | The end of the time period. |  |
| **start** | **Time** | The start of the time period. |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::TimeInterval.new(
  _end: null,
  start: null
)
```

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
ory-client-1.14.1 docs/TimeInterval.md
ory-client-1.14.0 docs/TimeInterval.md
ory-client-1.13.10 docs/TimeInterval.md
ory-client-1.13.6 docs/TimeInterval.md
ory-client-1.13.4 docs/TimeInterval.md
ory-client-1.13.3 docs/TimeInterval.md
ory-client-1.13.2 docs/TimeInterval.md
ory-client-1.13.1 docs/TimeInterval.md
ory-client-1.13.0 docs/TimeInterval.md