Sha256: 6680ce3a26844960ffa60187d90f80bc3e9f7c8782948abff5aa4ba6109bc087
Contents?: true
Size: 842 Bytes
Versions: 26
Compression:
Stored size: 842 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class StackoneProxyRequestRequest < ::StackOne::Utils::FieldAugmented extend T::Sig # The request body field :proxy_request_body, ::StackOne::Shared::ProxyRequestBody, { 'request': { 'media_type': 'application/json' } } # The account identifier field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } } sig { params(proxy_request_body: ::StackOne::Shared::ProxyRequestBody, x_account_id: ::String).void } def initialize(proxy_request_body: nil, x_account_id: nil) @proxy_request_body = proxy_request_body @x_account_id = x_account_id end end end end
Version data entries
26 entries across 26 versions & 1 rubygems