Sha256: 1be53bef237564ca36ac2a938166972b0b0b2e01d7bc6fbcf09b7388d502e33d
Contents?: true
Size: 419 Bytes
Versions: 18
Compression:
Stored size: 419 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module DingSDK module Shared # AuthenticationStatusResponseDeviceType - The type of device the user is using. class AuthenticationStatusResponseDeviceType < T::Enum enums do IOS = new('IOS') ANDROID = new('ANDROID') WEB = new('WEB') end end end end
Version data entries
18 entries across 18 versions & 1 rubygems