Sha256: 65568c2f43f870e7ab91de4f94ddccda8157868f30183f8ccde79719c601c28b
Contents?: true
Size: 819 Bytes
Versions: 1
Compression:
Stored size: 819 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GetAllForVersionApiEndpointsRequest < ::OpenApiSDK::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
speakeasy_client_sdk_ruby-4.2.24 | lib/open_api_sdk/models/operations/getallforversionapiendpoints_request.rb |