# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # ListValue - The type of the list. class ListValue < T::Enum enums do CANDIDATES = new('candidates') CONTACTS = new('contacts') COMPANIES = new('companies') UNMAPPED_VALUE = new('unmapped_value') end end end end