# DatadogAPIClient::V1::LogsListRequestTime ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **Time** | Minimum timestamp for requested logs. | | | **timezone** | **String** | Timezone can be specified both as an offset (e.g. \"UTC+03:00\") or a regional zone (e.g. \"Europe/Paris\"). | [optional] | | **to** | **Time** | Maximum timestamp for requested logs. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsListRequestTime.new( from: 2020-02-02T02:02:02Z, timezone: null, to: 2020-02-02T20:20:20Z ) ```