Sha256: b3766d52f1119f6a471d996e066c394c1adae2a5ca673b63bca6111c0317103a
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations # QueryParamLearningObjectType - Filter to select completions by learning object type. class QueryParamLearningObjectType < T::Enum enums do CONTENT = new('content') COURSE = new('course') COLLECTION = new('collection') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stackone_client-0.4.1 | lib/stack_one/models/operations/queryparam_learning_object_type.rb |