antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ReadContextRuleMatchExpressionsInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**source** | **String** |  | 
**key** | **String** |  | 
**operator** | **String** | What to do with the value identified by `key`. In and NotIn compare with `values`, DateDeltaLessThan and DateDeltaGreaterThan treat the value as an RFC3339 date, and measure if the `now()-date` is less than or greater than the time span expressed in `value`.  | 
**values** | Option<**Vec<String>**> | to be used with In and NotIn operators | [optional]
**value** | Option<**String**> | To be used with DateDelta operators. A time span in `23d4h5m32s` notation. It does not support interval shorthands greater than a day, so to express 3 months, for example, use `90d`. Positive time spans indicate the date appeared in the past. Negative time spans indicate the date appears in the future.  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)