Sha256: ddc10317702dbbe33637b6d05ddca49122716b14e74810c35752587cafc79b03
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true module Yext module Api module Enumerations class OptimizationLinkMode include Yext::Api::Concerns::EnumAll PENDING_ONLY = "PENDING_ONLY" ALL_TASKS = "ALL_TASKS" RESET = "RESET" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yext-api-0.1.5 | lib/yext/api/enumerations/optimization_link_mode.rb |