Sha256: 37bdcebe385db51f6b16616583e86bbe4f19cce10e7a8dd2619f42054b9819be
Contents?: true
Size: 851 Bytes
Versions: 40
Compression:
Stored size: 851 Bytes
Contents
# OryClient::GetProjectEventsBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **event_name** | **String** | The event name to query for | [optional] | | **filters** | [**Array<AttributeFilter>**](AttributeFilter.md) | Event attribute filters | [optional] | | **from** | **Time** | The start RFC3339 date of the time window | | | **page_size** | **Integer** | Maximum number of events to return | [optional][default to 25] | | **page_token** | **String** | Pagination token to fetch next page, empty if first page | [optional] | | **to** | **Time** | The end RFC3339 date of the time window | | ## Example ```ruby require 'ory-client' instance = OryClient::GetProjectEventsBody.new( event_name: null, filters: null, from: null, page_size: null, page_token: null, to: null ) ```
Version data entries
40 entries across 40 versions & 1 rubygems