Sha256: 85c9c02d868f2965f7be55736ce10a0da2711e37b53441fb4b17f558c99de21e
Contents?: true
Size: 701 Bytes
Versions: 3
Compression:
Stored size: 701 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class LmsDeleteContentRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } } # The account identifier field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } } sig { params(id: ::String, x_account_id: ::String).void } def initialize(id: nil, x_account_id: nil) @id = id @x_account_id = x_account_id end end end end
Version data entries
3 entries across 3 versions & 1 rubygems