Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 760 Bytes

EventObjectProperties.md

File metadata and controls

18 lines (12 loc) · 760 Bytes

LagoAPI::EventObjectProperties

Properties

Name Type Description Notes
operation_type String The `operation_type` field is only necessary when adding or removing a specific unit when the targeted billable metric adopts a `unique_count_agg` aggregation method. In other cases, the `operation_type` field is not required. The valid values for the `operation_type` field are `add` or `remove`, which indicate whether the unit is being added or removed from the unique count aggregation, respectively. [optional]

Example

require 'lago_ruby'

instance = LagoAPI::EventObjectProperties.new(
  operation_type: null
)