Sha256: a0347905e9ec61f46491e43caa5b0d4212d7750d302deaf4785d27d6d1eab4af

Contents?: true

Size: 928 Bytes

Versions: 4

Compression:

Stored size: 928 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

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


      field :lms_batch_upsert_course_request_dto, ::StackOne::Shared::LmsBatchUpsertCourseRequestDto, { '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(lms_batch_upsert_course_request_dto: ::StackOne::Shared::LmsBatchUpsertCourseRequestDto, x_account_id: ::String).void }
      def initialize(lms_batch_upsert_course_request_dto: nil, x_account_id: nil)
        @lms_batch_upsert_course_request_dto = lms_batch_upsert_course_request_dto
        @x_account_id = x_account_id
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stackone_client-0.3.3 lib/stack_one/models/operations/lms_batch_upsert_course_request.rb
stackone_client-0.3.2 lib/stack_one/models/operations/lms_batch_upsert_course_request.rb
stackone_client-0.3.1 lib/stack_one/models/operations/lms_batch_upsert_course_request.rb
stackone_client-0.3.0 lib/stack_one/models/operations/lms_batch_upsert_course_request.rb