Sha256: 1812aa83e0f058fbb471a28655b81b401f97ca7cfb44ff04eda3a754ed04492a
Contents?: true
Size: 589 Bytes
Versions: 1
Compression:
Stored size: 589 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.com). 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dub-0.2.2.pre.alpha.4 | lib/open_api_sdk/models/operations/updatetag_color.rb |