Sha256: 44222638780f19eaac3c0e19699a9fd5b8ddaa68e893ec1a4f15ce7740e730de

Contents?: true

Size: 1.79 KB

Versions: 6

Compression:

Stored size: 1.79 KB

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

    class AtsGetCandidateNoteRequest < ::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 comma separated list of fields that will be returned in the response (if empty, all fields are returned)
      field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
      # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
      field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
      # Indicates that the raw request result is returned
      field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }


      sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, fields_: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean)).void }
      def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, fields_: nil, proxy: nil, raw: nil)
        @id = id
        @sub_resource_id = sub_resource_id
        @x_account_id = x_account_id
        @fields_ = fields_
        @proxy = proxy
        @raw = raw
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stackone_client-0.2.13 lib/stack_one/models/operations/ats_get_candidate_note_request.rb
stackone_client-0.2.12 lib/stack_one/models/operations/ats_get_candidate_note_request.rb
stackone_client-0.2.11 lib/stack_one/models/operations/ats_get_candidate_note_request.rb
stackone_client-0.2.10 lib/stack_one/models/operations/ats_get_candidate_note_request.rb
stackone_client-0.2.9 lib/stack_one/models/operations/ats_get_candidate_note_request.rb
stackone_client-0.2.7 lib/stack_one/models/operations/ats_get_candidate_note_request.rb