late 0.0.248

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# XApiOperation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operation** | Option<**String**> | Internal operation key. Matches keys in `xApiCallsByOperation`. | [optional]
**event_type** | Option<**String**> | Metronome `event_type` emitted when this operation runs. | [optional]
**display_name** | Option<**String**> | Human-readable label shown on Metronome invoices. | [optional]
**price_per_call_usd** | Option<**f64**> |  | [optional]
**price_per_call_cents** | Option<**f64**> | Per-call price in cents. Fractional values are intentional. | [optional]
**tier** | Option<**String**> | Tier key derived from `pricePerCallUsd` (e.g. `x_api_005` for $0.005, `x_api_200` for $0.200). Useful for grouping operations by price in dashboards.  | [optional]
**triggered_by** | Option<[**Vec<models::XApiOperationTriggeredByInner>**]XApiOperationTriggeredByInner.md> | Zernio platform methods that emit this operation, with their metering rule. | [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)