Sha256: 86f6d9af933d691ddaad9dc77a989f4d2012b0d7588955a9672650b32647fcf9
Contents?: true
Size: 504 Bytes
Versions: 2
Compression:
Stored size: 504 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class RemoteIdRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :remote_id, ::String, { 'query_param': { 'field_name': 'remoteId', 'style': 'form', 'explode': true } } sig { params(remote_id: ::String).void } def initialize(remote_id: nil) @remote_id = remote_id end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
panora-0.2.5 | lib/open_api_sdk/models/operations/remoteid_request.rb |
panora-0.2.4 | lib/open_api_sdk/models/operations/remoteid_request.rb |