Sha256: 7496cc544b86f34359109adf9f2711c0c0873ab789a596ec6beb8eecec3376a6
Contents?: true
Size: 784 Bytes
Versions: 14
Compression:
Stored size: 784 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class StackoneUpdateAccountRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } } field :patch_account_external_dto, ::StackOne::Shared::PatchAccountExternalDto, { 'request': { 'media_type': 'application/json' } } sig { params(id: ::String, patch_account_external_dto: ::StackOne::Shared::PatchAccountExternalDto).void } def initialize(id: nil, patch_account_external_dto: nil) @id = id @patch_account_external_dto = patch_account_external_dto end end end end
Version data entries
14 entries across 14 versions & 1 rubygems