Sha256: ecb6dd00ab8352534460f82219f121b4122be322e43633f651c648363a2bb5ce
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true module Yext module Api module Enumerations # The possible modes to search for when looking up Optimization Links class OptimizationLinkMode include Yext::Api::Concerns::EnumAll PENDING_ONLY = "PENDING_ONLY" ALL_TASKS = "ALL_TASKS" RESET = "RESET" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems