Sha256: 6fb8501895a63c7a5cc2ce63719ffa5b76f8d592c64dd1f2d74aa4d2687b098d
Contents?: true
Size: 553 Bytes
Versions: 1
Compression:
Stored size: 553 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GetAllApiEndpointsRequest < ::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 } } sig { params(api_id: ::String).void } def initialize(api_id: nil) @api_id = api_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/getallapiendpoints_request.rb |