Sha256: 835621beae8d9fca0ce88e1c2bdaf4b00eb5850b0b44bd8d5b58af265c558547
Contents?: true
Size: 835 Bytes
Versions: 7
Compression:
Stored size: 835 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations class GetAllForVersionApiEndpointsRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented extend T::Sig # The ID of the Api to retrieve ApiEndpoints for. field :api_id, ::String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } } # The version ID of the Api to retrieve ApiEndpoints for. field :version_id, ::String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } } sig { params(api_id: ::String, version_id: ::String).void } def initialize(api_id: nil, version_id: nil) @api_id = api_id @version_id = version_id end end end end
Version data entries
7 entries across 7 versions & 1 rubygems