Sha256: 0c7e30292a2adb65d1ba0f1249eda1d5c74b0a9a3821c1f1b956d4fee81fcbe2
Contents?: true
Size: 584 Bytes
Versions: 7
Compression:
Stored size: 584 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations class GetRequestFromEventLogRequest < ::SpeakeasyClientSDK::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
7 entries across 7 versions & 1 rubygems