Sha256: 9f5681ad42dec5a4cf983b6c7eb804834431925e325772638185d56cab2b0225
Contents?: true
Size: 516 Bytes
Versions: 84
Compression:
Stored size: 516 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module DingSDK module Operations class GetAuthenticationStatusRequest < ::DingSDK::Utils::FieldAugmented extend T::Sig field :auth_uuid, ::String, { 'path_param': { 'field_name': 'auth_uuid', 'style': 'simple', 'explode': false } } sig { params(auth_uuid: ::String).void } def initialize(auth_uuid: nil) @auth_uuid = auth_uuid end end end end
Version data entries
84 entries across 84 versions & 1 rubygems