Sha256: 535a747fbdbc7eb43c9e90820a3ff301732363e4475991e255c08326d1c71185
Contents?: true
Size: 571 Bytes
Versions: 17
Compression:
Stored size: 571 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations # Color - The color of the tag. If not provided, a random color will be used from the list: red, yellow, green, blue, purple, pink, brown. class Color < T::Enum enums do RED = new('red') YELLOW = new('yellow') GREEN = new('green') BLUE = new('blue') PURPLE = new('purple') PINK = new('pink') BROWN = new('brown') end end end end
Version data entries
17 entries across 17 versions & 1 rubygems