Sha256: 3cd19eac6fddc5b7ba220c27e4b58f6e7e753ad5ca84952bccdbf46fce53a41f
Contents?: true
Size: 589 Bytes
Versions: 10
Compression:
Stored size: 589 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations # UpdateTagColor - 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 UpdateTagColor < 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
10 entries across 10 versions & 1 rubygems