Sha256: fb8388c6af833019a1f65afec7e2dc553cbebd345bd817ef7026b84c20ae2f1b
Contents?: true
Size: 389 Bytes
Versions: 4
Compression:
Stored size: 389 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # AccountAddressValue - The type of the location. class AccountAddressValue < T::Enum enums do HOME = new('home') WORK = new('work') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems