Sha256: c9990e3f3e77e4e1c0a4b5313635c6fca7a61cfb70a929689459dd5ffecb4973
Contents?: true
Size: 415 Bytes
Versions: 29
Compression:
Stored size: 415 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations # QueryParamEvent - The type of event to retrieve analytics for. Defaults to 'clicks'. class QueryParamEvent < T::Enum enums do CLICKS = new('clicks') LEADS = new('leads') SALES = new('sales') end end end end
Version data entries
29 entries across 29 versions & 1 rubygems