Sha256: 21d0b4ba9d5babacc79c62d922aa22177296a16fc0148150e0016c17ccbd4b97

Contents?: true

Size: 499 Bytes

Versions: 2

Compression:

Stored size: 499 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class DeleteRequest < ::OpenApiSDK::Utils::FieldAugmented
      extend T::Sig

      # id of the webhook to delete.
      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

2 entries across 2 versions & 1 rubygems

Version Path
panora-0.2.5 lib/open_api_sdk/models/operations/delete_request.rb
panora-0.2.4 lib/open_api_sdk/models/operations/delete_request.rb