Sha256: c05df251e038015b31e079a276f0a852c60d3f1adce309a2d07a3295ec414d73
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations # GetTagsQueryParamSortOrder - The order to sort the tags by. class GetTagsQueryParamSortOrder < T::Enum enums do ASC = new('asc') DESC = new('desc') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dub-0.2.2.pre.alpha.55 | lib/open_api_sdk/models/operations/gettags_queryparam_sortorder.rb |
dub-0.2.2.pre.alpha.54 | lib/open_api_sdk/models/operations/gettags_queryparam_sortorder.rb |