Sha256: 9b0d2b1c907d7f7f4e7f2b7aff5584f9c3ee693c6ef073a1e20774cb1f5d130e
Contents?: true
Size: 875 Bytes
Versions: 16
Compression:
Stored size: 875 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class AtsCreateOfferRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :ats_create_offer_request_dto, ::StackOne::Shared::AtsCreateOfferRequestDto, { '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(ats_create_offer_request_dto: ::StackOne::Shared::AtsCreateOfferRequestDto, x_account_id: ::String).void } def initialize(ats_create_offer_request_dto: nil, x_account_id: nil) @ats_create_offer_request_dto = ats_create_offer_request_dto @x_account_id = x_account_id end end end end
Version data entries
16 entries across 16 versions & 1 rubygems