lib/open_api_sdk/models/operations/event.rb in dub-0.2.2.pre.alpha.40 vs lib/open_api_sdk/models/operations/event.rb in dub-0.2.2

- old
+ new

@@ -1,20 +1,21 @@ -# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. +# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations - # Event - The type of event to retrieve analytics for. Defaults to `clicks`. + # Event - The type of event to retrieve analytics for. Defaults to 'clicks'. class Event < T::Enum enums do CLICKS = new('clicks') LEADS = new('leads') SALES = new('sales') COMPOSITE = new('composite') end end + end end