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