Sha256: 5937c7c367660a0a0bb03d3f863b9b53ccfc63fa7ca8586f32521540f0fac858
Contents?: true
Size: 839 Bytes
Versions: 16
Compression:
Stored size: 839 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). 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
16 entries across 16 versions & 1 rubygems