Sha256: 2b435143ec2d874a4794670c7fbb741035f842ac54d4c67b04d4e4dc6b30a03e
Contents?: true
Size: 578 Bytes
Versions: 1
Compression:
Stored size: 578 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GenerateRequestPostmanCollectionRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig # The ID of the request to retrieve. field :request_id, ::String, { 'path_param': { 'field_name': 'requestID', 'style': 'simple', 'explode': false } } sig { params(request_id: ::String).void } def initialize(request_id: nil) @request_id = request_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/generaterequestpostmancollection_request.rb |