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
# ReadContextRequiredHook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hook** | **String** | An identifier for a hook | 
**constraint** | **String** | A pattern for expressing hook version requirements. Note that this is used for expressing two things. The first is which major version of the hook to run on new data. Here, if the version starts with > or no special character, the newest version of the hook is used. If it starts with ~, then the major version is respected, but the newest minor and patch version available on the server will be used. The second function of this pattern is to express a minimum version for read contexts such that if the capsule does not have hook data meeting the requirement, the hook data will be generated just in time. For this, you may express ~1.2.3 to say \"if the hook data is older than 1.2.3, generate it with 1.x.x\" or you may say >1.2.3 to say \"if the hook data is older than 1.2.3, generate it with the newest version\" (which could be 2.x.x).  | 
**write_context** | Option<**String**> | A human readable name for a write context | [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)