Sha256: 88a6468bc7b0039738d6ebfaeed4ef82bdda3085265718f3be06174a06c05015
Contents?: true
Size: 878 Bytes
Versions: 23
Compression:
Stored size: 878 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). 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
23 entries across 23 versions & 1 rubygems