Sha256: c3dfd0524ffef7803bd83b2f1280e9e9995a83f4986e0ba38baccf393789ab31
Contents?: true
Size: 728 Bytes
Versions: 1
Compression:
Stored size: 728 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module DingSDK module Operations class LookupRequest < ::DingSDK::Utils::FieldAugmented extend T::Sig field :customer_uuid, ::String, { 'header': { 'field_name': 'customer-uuid', 'style': 'simple', 'explode': false } } field :phone_number, ::String, { 'path_param': { 'field_name': 'phone_number', 'style': 'simple', 'explode': false } } sig { params(customer_uuid: ::String, phone_number: ::String).void } def initialize(customer_uuid: nil, phone_number: nil) @customer_uuid = customer_uuid @phone_number = phone_number end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ding_sdk-0.8.12 | lib/ding_sdk/models/operations/lookup_request.rb |