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