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