Sha256: 36fb3f093d80b209d2049a0448b9cbc9c15c3d14338327a244bf8cdf21fcb6f2
Contents?: true
Size: 618 Bytes
Versions: 12
Compression:
Stored size: 618 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared class LmsBatchUpsertContentRequestDto < ::StackOne::Utils::FieldAugmented extend T::Sig # The batch of items to upsert field :items, T::Array[::StackOne::Shared::LmsUpsertContentRequestDto], { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('items') } } sig { params(items: T::Array[::StackOne::Shared::LmsUpsertContentRequestDto]).void } def initialize(items: nil) @items = items end end end end
Version data entries
12 entries across 12 versions & 1 rubygems