Sha256: 11f8c6f675b500074f03953af1efc7ef266dadd54d74d1ceeb90f582246d633e
Contents?: true
Size: 569 Bytes
Versions: 7
Compression:
Stored size: 569 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations class GetAllApiEndpointsRequest < ::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 } } sig { params(api_id: ::String).void } def initialize(api_id: nil) @api_id = api_id end end end end
Version data entries
7 entries across 7 versions & 1 rubygems