Sha256: ffb2f7b57a58bbfaa5003b4527355813555924afc2323bbef4ae2347edfb6e8f

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

    class AtsUpdateApplicationNoteRequest < ::Crystalline::FieldAugmented
      extend T::Sig


      field :ats_update_notes_request_dto, ::StackOne::Shared::AtsUpdateNotesRequestDto, { 'request': { 'media_type': 'application/json' } }

      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 } }


      sig { params(ats_update_notes_request_dto: ::StackOne::Shared::AtsUpdateNotesRequestDto, id: ::String, sub_resource_id: ::String, x_account_id: ::String).void }
      def initialize(ats_update_notes_request_dto: nil, id: nil, sub_resource_id: nil, x_account_id: nil)
        @ats_update_notes_request_dto = ats_update_notes_request_dto
        @id = id
        @sub_resource_id = sub_resource_id
        @x_account_id = x_account_id
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stackone_client-0.6.0 lib/stack_one/models/operations/ats_update_application_note_request.rb
stackone_client-0.5.9 lib/stack_one/models/operations/ats_update_application_note_request.rb
stackone_client-0.5.8 lib/stack_one/models/operations/ats_update_application_note_request.rb