Sha256: 019b625bcc1f0bdb5157189c5cfd47f76ce646f6d1ce2281f9c0331a76a2f17c
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations # LmsListUserCompletionsQueryParamLearningObjectType - Filter to select completions by learning object type. class LmsListUserCompletionsQueryParamLearningObjectType < 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/lms_list_user_completions_queryparam_learning_object_type.rb |