Sha256: 36f47f0f9b7f05aa945ee256f8065030c8dff8aa485fd88c9e2958c66d5a646e
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class LmsUpdateCollectionRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } } field :lms_create_collection_request_dto, ::StackOne::Shared::LmsCreateCollectionRequestDto, { '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(id: ::String, lms_create_collection_request_dto: ::StackOne::Shared::LmsCreateCollectionRequestDto, x_account_id: ::String).void } def initialize(id: nil, lms_create_collection_request_dto: nil, x_account_id: nil) @id = id @lms_create_collection_request_dto = lms_create_collection_request_dto @x_account_id = x_account_id end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stackone_client-0.3.2 | lib/stack_one/models/operations/lms_update_collection_request.rb |
stackone_client-0.3.1 | lib/stack_one/models/operations/lms_update_collection_request.rb |