Sha256: cd11abbefcdfa354984e36e5f9244700fff577c0611d4f464b9b73216cb7015e

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

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

      # The ID of the Api the ApiEndpoint belongs to.
      field :api_id, ::String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
      # The displayName of the ApiEndpoint to find (set by operationId from OpenAPI schema).
      field :display_name, ::String, { 'path_param': { 'field_name': 'displayName', 'style': 'simple', 'explode': false } }
      # The version ID of the Api the ApiEndpoint belongs to.
      field :version_id, ::String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }


      sig { params(api_id: ::String, display_name: ::String, version_id: ::String).void }
      def initialize(api_id: nil, display_name: nil, version_id: nil)
        @api_id = api_id
        @display_name = display_name
        @version_id = version_id
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
speakeasy_client_sdk_ruby-4.2.24 lib/open_api_sdk/models/operations/findapiendpoint_request.rb