Sha256: ae63bdfcf6acf7d408eb08316b5707cc1799f19aefd2883b49cc72191a08d191
Contents?: true
Size: 524 Bytes
Versions: 7
Compression:
Stored size: 524 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class DeleteCustomerRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig # The unique identifier of the customer in Dub. field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } } sig { params(id: ::String).void } def initialize(id: nil) @id = id end end end end
Version data entries
7 entries across 7 versions & 1 rubygems