Sha256: 6e3332c57c200f98f6658d805baeef7db51b83ab17e1178fafa0b3e1208438bc

Contents?: true

Size: 1.14 KB

Versions: 16

Compression:

Stored size: 1.14 KB

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

    class AtsDownloadApplicationDocumentRequest < ::StackOne::Utils::FieldAugmented
      extend T::Sig


      field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }

      field :sub_resource_id, ::String, { 'path_param': { 'field_name': 'subResourceId', 'style': 'simple', 'explode': false } }
      # The account identifier
      field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
      # The format to download the file in
      field :format, T.nilable(::String), { 'query_param': { 'field_name': 'format', 'style': 'form', 'explode': true } }


      sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, format: T.nilable(::String)).void }
      def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, format: nil)
        @id = id
        @sub_resource_id = sub_resource_id
        @x_account_id = x_account_id
        @format = format
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
stackone_client-0.3.2 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.3.1 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.3.0 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.46 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.45 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.44 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.43 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.42 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.41 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.40 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.39 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.38 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.37 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.36 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.35 lib/stack_one/models/operations/ats_download_application_document_request.rb
stackone_client-0.2.34 lib/stack_one/models/operations/ats_download_application_document_request.rb